RefAssured Connect

RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!

Vad är RefAssured Connect?

RefAssured Connect är en Chrome-tillägg utvecklad av https://www.refassured.com, och dess huvudfunktion är "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner RefAssured Connect-förlängningens CRX-fil

Ladda ner RefAssured Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The future of references is here. 

With RefAssured Connect you will:
- Reduce time and save money
- Make informed hiring decisions
- Increase successful hires
- Create new client and candidate relationships                    

Grundläggande Information om Tillägg

Namn RefAssured Connect RefAssured Connect
ID gnimiddlenlfbhppcglofppfolfedlhh
Officiell webbadress https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh
Beskrivning RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
Filstorlek 304 KB
Antal Installationer 345
Aktuell Version 1.18.1
Senast Uppdaterad 2024-02-27
Publiceringsdatum 2023-02-11
Utvecklare https://www.refassured.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://refassured.com
URL till Sekretesspolicy Sidan https://www.refassured.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RefAssured Connect",
    "description": "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!",
    "version": "1.18.1",
    "manifest_version": 3,
    "action": [],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}