Description - Verified First has a patented browser extension with Chrome, Firefox, Edge, and Safari. This requires zero development on your side and minimal effort for your end-users. The install process is two clicks and takes less than a minute in most cases. Simply direct them to our browser install page.
Please note that there is no browser add-on available for Internet Explorer. Because of this we recommend using the "Embed JavaScript Code" option.
The ‘extension’ is an extension of the Verified First portal that can be used in conjunction with your platform. The extension is downloaded from the supported and chosen browser web store and added to the user's browser.
The extension works by looking for the data needed to run the background check. This is pulled from the candidate profile from within your platform and into the Verified First extension. This is a 1-way integration, meaning that information is pulled from your platform and sent to Verified First. Nothing is pushed back to your system.
Setup Process - This can be done in a few different ways after an agreement, if needed, is completed by both parties:
- The Partner will need to advise where they would like the button to be placed and access to that page
- Verified First can pull the information needed so the extension may be configured.
- The Partner to provide a sandbox that we can utilize while creating and testing the extension.
- Having access to a sandbox will also allow Verified First to demonstrate where/how our widget will be used within your platform
Once configured and approved, the extension package is provided to the different browsers to be added to their respective web stores and made available to clients.
Please note that the button, wording and font can be customized: Location, color, size, and shape.
Configuring Button and Menu Icon (Optional)
Verified First will work with the Partner to select the placement of the Verified First injected button.
- The partner can add the following DIV tag to the page to control if, when, and where the Verified First button shows.
<div id="vf-widget-button-wrap"></div>
- The partner can add the following DIV tag to the page to control if, when, and where the "Menu" icon shows
<div id="vf-widget-menu-wrap"></div>
- The partner can add the following elements the partners UI to control the opening of the Verified First widget to a specific page.
class=“vf-open-report” id=“{order_id}” -> open report page
class=“vf-open-full-report” id=“{order_id}” -> open report page with report
class=“vf-place-order” -> open order page and pre-fill
class=“vf-open-settings” -> open settings page
class=“vf-open-users-settings” -> open users settings page
class=“vf-open-packages-settings” -> open packages settings page
class=“vf-open-menu” -> open index page with sidebar
class=“vf-open-dashboard” -> open index page with dashboard
Advanced Regex Mapping (Recommended)
We map to specific values in your HTML to pre-fill our ordering Widget. We recommend placing specific hidden tags with the values used to pre-fill orders and lead capture forms. This ensures that if the HTML of your page changes our Regex mapping is not broken.
<div id="verified-first">
<div class="hidden">
<input type="hidden" id="partner-applicant-id" value="eb94d16f-12ce-406d-99ab-a84d00af4eea">
<input type="hidden" id="individual-first-name" value="John">
<input type="hidden" id="individual-last-name" value="Applicant">
<input type="hidden" id="individual-middle-name" value="A">
<input type="hidden" id="individual-suffix" value="Jr.">
<input type="hidden" id="individual-email" value="JohnApplicant@gmail.com">
<input type="hidden" id="individual-date-of-birth" value="01/01/1975">
<input type="hidden" id="individual-ssan" value="111-11-1111">
<input type="hidden" id="individual-mobile-phone" value="253-555-1212">
<input type="hidden" id="individual-address-line-1" value="1550 S Tech Lane Suite 200">
<input type="hidden" id="individual-address-line-2">
<input type="hidden" id="individual-address-city" value="Meridian">
<input type="hidden" id="individual-address-state" value="Idaho">
<input type="hidden" id="individual-address-postal-code" value="83642">
<input type="hidden" id="individual-address-postal-country" value="US">
<input type="hidden" id="user-firstname" value="George">
<input type="hidden" id="user-lastname" value="Washington">
<input type="hidden" id="user-email" value="George@FirstPresident.com">
<input type="hidden" id="user-phone" value="818-555-1212">
<input type="hidden" id="user-company" value="United States of America">
<input type="hidden" id="user-misc1" value="Optional Data">
<input type="hidden" id="user-misc2" value="Optional Data">
<input type="hidden" id="user-misc3" value="Optional Data">
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.