RefAssured Connect

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

RefAssured Connectとは何ですか?

RefAssured Connectはhttps://www.refassured.comによって開発されたChromeの拡張機能で、その主な機能は「RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

RefAssured Connect拡張機能のCRXファイルをダウンロード

RefAssured Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 RefAssured Connect RefAssured Connect
ID gnimiddlenlfbhppcglofppfolfedlhh
公式URL https://chromewebstore.google.com/detail/refassured-connect/gnimiddlenlfbhppcglofppfolfedlhh
説明 RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!
ファイルサイズ 304 KB
インストール数 345
現在のバージョン 1.18.1
最終更新日 2024-02-27
公開日 2023-02-11
開発者 https://www.refassured.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://refassured.com
プライバシーポリシーページのURL https://www.refassured.com/privacy-policy
対応言語 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"
    }
}