iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
iSmart Resume Exporterคืออะไร?
iSmart Resume Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ismartrecruit.com และคุณลักษณะหลักของมันคือ "This is plugin Export resume to iSmartRecruit Server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iSmart Resume Exporter
ดาวน์โหลดไฟล์ส่วนขยาย iSmart Resume Exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iSmart Resume Exporter |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
คำอธิบาย | This is plugin Export resume to iSmartRecruit Server. |
ขนาดไฟล์ | 271 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 2.21.56 |
อัปเดตครั้งล่าสุด | 2024-02-13 |
วันที่เผยแพร่ | 2019-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://ismartrecruit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ismartrecruit.com/features-chrome-browser-extension |
URL หน้านโยบายความเป็นส่วนตัว | https://ismartrecruit.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSmart Resume Exporter", "version": "2.21.56", "short_name": "Gmail Plugin", "author": "Divyesh Kanzariya", "description": "This is plugin Export resume to iSmartRecruit Server.", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "src\/extensionInjector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "dist\/extension.js", "css\/ik.css", "css\/selectize.default.css" ], "browser_action": { "default_icon": "GmailPlugin.png" }, "icons": { "32": "GmailPlugin.png", "38": "GmailPlugin.png", "48": "GmailPlugin.png" }, "permissions": [ "https:\/\/*\/*" ], "manifest_version": 2 } |