TriSys
Integration with TriSys Recruitment CRM/ATS Database.
什么是TriSys?
TriSys是由https://trisys.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Integration with TriSys Recruitment CRM/ATS Database.”。
扩展截图
下载TriSys扩展crx文件
下载TriSys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TriSys is a recruitment customer relationship management system, and this extension allows recruiters to pull data from web sites and to lookup CRM data when visiting web sites. 扩展基本信息
| 名称 | |
| ID | pdebgklbjlbnfdgpiidegkbnakmhgckj |
| 官方URL | https://chromewebstore.google.com/detail/trisys/pdebgklbjlbnfdgpiidegkbnakmhgckj |
| 简介 | Integration with TriSys Recruitment CRM/ATS Database. |
| 文件大小 | 113 KB |
| 安装次数 | 147 |
| 当前版本 | 2022.1808.1600 |
| 更新时间 | 2022-06-08 |
| 上架时间 | 2020-02-11 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://trisys.co.uk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.trisys.co.uk |
| 帮助页面URL | https://support.trisys.co.uk |
| 隐私政策页面URL | https://www.trisys.co.uk/privacy-policy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TriSys",
"description": "Integration with TriSys Recruitment CRM\/ATS Database.",
"version": "2022.1808.1600",
"version_name": "2022.1808.1600",
"author": "TriSys Business Software",
"homepage_url": "https:\/\/trisys.co.uk",
"manifest_version": 2,
"browser_action": {
"default_title": "TriSys",
"default_icon": "images\/19.png",
"default_popup": "popup.html"
},
"icons": {
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"activeTab",
"tabs",
"https:\/\/*.linkedin.com\/",
"https:\/\/mail.google.com\/",
"https:\/\/*.office.com\/",
"https:\/\/*.trisys.co.uk\/",
"storage",
"declarativeContent",
"webRequest",
"webRequestBlocking"
]
} | |