RefAssured Connect

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

Co je RefAssured Connect?

RefAssured Connect je rozšíření Chrome vyvinuté https://www.refassured.com, a jeho hlavní funkcí je „RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RefAssured Connect

Stáhněte si soubory rozšíření RefAssured Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název RefAssured Connect RefAssured Connect
ID gnimiddlenlfbhppcglofppfolfedlhh
Oficiální URL https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh
Popis RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
Velikost souboru 304 KB
Počet instalací 345
Aktuální Verze 1.18.1
Poslední Aktualizace 2024-02-27
Datum Vydání 2023-02-11
Vývojář https://www.refassured.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://refassured.com
URL Stránky Zásad Ochrany Soukromí https://www.refassured.com/privacy-policy
Podporované Jazyky 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"
    }
}