iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
什麼是iSmart Resume Exporter?
iSmart Resume Exporter是由https://ismartrecruit.com開發的Chrome擴展程式,該擴展的主要功能是“This is plugin Export resume to iSmartRecruit Server.”。
擴展截圖
下載iSmart Resume Exporter擴展crx文件
下載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 |
官方網址 | 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 } |