薪招
一键导入简历至薪人薪事招聘系统
薪招คืออะไร?
薪招 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 薪人薪事 และคุณลักษณะหลักของมันคือ "一键导入简历至薪人薪事招聘系统"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 薪招
ดาวน์โหลดไฟล์ส่วนขยาย 薪招 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
一键导入各大招聘网站的被动求职者,省去一系列繁琐的操作;准确的简历查重,避免重复购买简历。不止可以导入完整的简历,还同时解析出基本信息,包括候选人姓名、手机号、邮箱、性别、工作经验等。 目前支持的网站包括智联、51job、猎聘、拉勾。如需更多招聘网站的支持,请反馈至薪人薪事客服同学。 电话:400-666-1290 邮箱:[email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 薪招 |
ID | icgndcnofgeadkaplopeknabjijfdgkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E8%96%AA%E6%8B%9B/icgndcnofgeadkaplopeknabjijfdgkk |
คำอธิบาย | 一键导入简历至薪人薪事招聘系统 |
ขนาดไฟล์ | 280 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 2.2.1 |
อัปเดตครั้งล่าสุด | 2022-01-26 |
วันที่เผยแพร่ | 2020-04-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | 薪人薪事 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.xinrenxinshi.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.xinrenxinshi.com/privacystatement |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u85aa\u62db", "version": "2.2.1", "description": "\u4e00\u952e\u5bfc\u5165\u7b80\u5386\u81f3\u85aa\u4eba\u85aa\u4e8b\u62db\u8058\u7cfb\u7edf", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/16.png", "48": "img\/38.png", "128": "img\/76.png" }, "browser_action": { "default_icon": { "19": "img\/38-gray.png", "38": "img\/38-gray.png" }, "default_title": "\u85aa\u62db", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.xinrenxinshi.com\/*", "*:\/\/www.saasphb.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/xinzhao.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "https:\/\/www.xinrenxinshi.com", "web_accessible_resources": [ "img\/logo.png", "manifest.json" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |