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!”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | gnimiddlenlfbhppcglofppfolfedlhh |
| 官方網址 | 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"
}
} | |