Resume Extract
Fetches resume details
Resume Extractคืออะไร?
Resume Extract เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.rightrecruiters.com และคุณลักษณะหลักของมันคือ "Fetches resume details"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resume Extract
ดาวน์โหลดไฟล์ส่วนขยาย Resume Extract ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension is a part of Right Recruiters , Recruitment Management Software.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acioflaocdbaafpikfekcajnfhlgpgae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae |
คำอธิบาย | Fetches resume details |
ขนาดไฟล์ | 35.81 KB |
จำนวนการติดตั้ง | 213 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-05-18 |
วันที่เผยแพร่ | 2016-05-18 |
ผู้พัฒนา | http://www.rightrecruiters.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resume Extract", "manifest_version": 2, "description": "Fetches resume details", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads", "downloads.open" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Extract Resume from current tab", "default_popup": "resumeform.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |