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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |