RefAssured Connect

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

O que é RefAssured Connect?

RefAssured Connect é uma extensão do Chrome desenvolvida por https://www.refassured.com, e sua principal característica é "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RefAssured Connect

Baixe arquivos de extensão RefAssured Connect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RefAssured Connect RefAssured Connect
ID gnimiddlenlfbhppcglofppfolfedlhh
URL Oficial https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh
Descrição RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
Tamanho do Arquivo 304 KB
Contagem de Instalações 345
Versão Atual 1.18.1
Última Atualização 2024-02-27
Data de Publicação 2023-02-11
Desenvolvedor https://www.refassured.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://refassured.com
URL da Página de Política de Privacidade https://www.refassured.com/privacy-policy
Idiomas Suportados 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"
    }
}