Verified First - Background Screening

Chrome Extension for Verified First

Τι είναι το Verified First - Background Screening;

Το Verified First - Background Screening είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://verifiedfirst.com, και η κύρια λειτουργία του είναι "Chrome Extension for Verified First".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Verified First - Background Screening

Λήψη αρχείων επέκτασης Verified First - Background Screening σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Accelerate your hiring through easily ordering background screening solutions via Verified First. 

Verified First Chrome Extension 
Easily order background checks right from your browser. With a simple click of a mouse, you now have access to one of the world's best screening solutions. Accelerate your HR screening through easily ordering Background Checks, Tenant Screening, Credit Checks and Employment / Education / Reference / Professional License Verifications.

Features
- No documents to scan/upload, everything is digitally signed by the applicant.
- Rapid results for background checks with à la carte ordering—you only pay for what you use, no contracts, no minimums.
- Customizable solutions through being able to create/delete users or packages independently of a support team—allowing you to to save time and screen more efficiently. 
- Easy to use interface that’s designed to encourage compliance with FCRA and EEOC laws. 

More about Verified First
https://www.verifiedfirst.com/

To Read our Policies
https://legal.verifiedfirst.com/#/policies

Privacy Policy
https://legal.verifiedfirst.com/#/legal#privacy-policy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Verified First - Background Screening Verified First - Background Screening
ID hlkapcocmflflbmafddbicdnnmnpbfeg
Επίσημο URL https://chromewebstore.google.com/detail/verified-first-background/hlkapcocmflflbmafddbicdnnmnpbfeg
Περιγραφή Chrome Extension for Verified First
Μέγεθος Αρχείου 9.58 MB
Αριθμός Εγκαταστάσεων 9,202
Τρέχουσα Έκδοση 3.96.0
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-06-25
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://verifiedfirst.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.verifiedfirst.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.verifiedfirst.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://legal.verifiedfirst.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Verified First - Background Screening",
    "description": "Chrome Extension for Verified First",
    "version": "3.96.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.verifiedfirst.com\/*"
            ],
            "css": [
                "src\/dist\/css\/vf-styles.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "tabs"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "src\/dist\/img\/icon16_prod.png",
        "48": "src\/dist\/img\/icon48_prod.png",
        "128": "src\/dist\/img\/icon128_prod.png"
    },
    "action": {
        "default_title": "Verified First Login",
        "default_icon": {
            "16": "src\/dist\/img\/icon16_prod.png",
            "48": "src\/dist\/img\/icon48_prod.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}