RefAssured Connect

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

ما هو RefAssured Connect؟

RefAssured Connect هو إضافة Chrome تم تطويرها بواسطة https://www.refassured.com، والميزة الرئيسية لها هي "RefAssured Connect integrates with your ATS, ensuring you can start, view, and manage your reference checks from anywhere!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RefAssured Connect

قم بتنزيل ملفات الامتداد RefAssured Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://refassured.com
عنوان صفحة سياسة الخصوصية 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"
    }
}