TriSys
Integration with TriSys Recruitment CRM/ATS Database.
TriSysคืออะไร?
TriSys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trisys.co.uk และคุณลักษณะหลักของมันคือ "Integration with TriSys Recruitment CRM/ATS Database."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TriSys
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |