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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    }
}