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 |
| 官方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"
}
} | |