RefAssured Connect

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

What is RefAssured Connect?

RefAssured Connect is a Chrome extension developed by https://www.refassured.com, and its main feature is "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".

Extension Screenshots

screenshot
screenshot
screenshot

Download RefAssured Connect Extension CRX File

Download RefAssured Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RefAssured Connect RefAssured Connect
ID gnimiddlenlfbhppcglofppfolfedlhh
Official URL https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh
Description RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
File Size 304 KB
Installation Count 345
Current Version 1.18.1
Last Updated 2024-02-27
Publish Date 2023-02-11
Developer https://www.refassured.com
Email [email protected]
Payment Type free
Extension Website https://refassured.com
Privacy Policy Page URL https://www.refassured.com/privacy-policy
Supported Languages 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"
    }
}