CEIPAL ATS
Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.
CEIPAL ATSคืออะไร?
CEIPAL ATS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ceipal.com และคุณลักษณะหลักของมันคือ "Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CEIPAL ATS
ดาวน์โหลดไฟล์ส่วนขยาย CEIPAL ATS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time when sourcing candidates from websites like LinkedIn, Dice, Naukri and MonsterIndia. Click the CEIPAL icon to parse candidate information from web pages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CEIPAL ATS |
ID | kkgceijhkicellejnificapnjfnpejon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ceipal-ats/kkgceijhkicellejnificapnjfnpejon |
คำอธิบาย | Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system. |
ขนาดไฟล์ | 716 KB |
จำนวนการติดตั้ง | 6,009 |
เวอร์ชันปัจจุบัน | 3.21 |
อัปเดตครั้งล่าสุด | 2023-12-13 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://ceipal.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ceipal.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.21", "name": "CEIPAL ATS", "description": "Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.", "background": { "service_worker": "event.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "all_frames": true, "matches": [ "https:\/\/resdex.naukri.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/employer.dice.com\/*", "https:\/\/recruiter.foundit.in\/*", "https:\/\/www.cjhunter.com\/*", "https:\/\/recruiter.foundit.sg\/*", "https:\/\/recruiter.foundit.my\/*", "https:\/\/recruit.iimjobs.com\/*", "https:\/\/recruit.updazz.com\/*", "https:\/\/recruit.hirist.com\/*", "https:\/\/www.engineeristic.com\/*", "https:\/\/hiring.monster.com\/*" ], "js": [ "js\/jquery-3.6.1.min.js", "js\/jquery-ui-1.13.2.custom.js", "content.js", "multiple-select.js", "combo-select-custom.js", "select2.js", "custom.js" ], "css": [ "jquery-ui.css", "multiple-select.css", "css\/style.css", "select2-css\/select2.css" ] } ], "web_accessible_resources": [ { "resources": [ "talenthire_logo.png", "icon.png", "loading.gif", "user_icon.svg", "right_arrow.svg", "left_arrow.svg", "minus_icon.png", "max_icon.jpg", "multiple-select.png", "candidate_preview.html", "css\/style.css", "select2-css\/select2.css" ], "matches": [ "https:\/\/resdex.naukri.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/employer.dice.com\/*", "https:\/\/recruiter.foundit.in\/*", "https:\/\/www.cjhunter.com\/*", "https:\/\/recruiter.foundit.sg\/*", "https:\/\/recruit.iimjobs.com\/*", "https:\/\/recruit.updazz.com\/*", "https:\/\/recruit.hirist.com\/*", "https:\/\/www.engineeristic.com\/*", "https:\/\/recruiter.foundit.my\/*", "https:\/\/hiring.monster.com\/*" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "scripting" ] } |