iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
Apa itu iSmart Resume Exporter?
iSmart Resume Exporter adalah ekstensi Chrome yang dikembangkan oleh https://ismartrecruit.com, dan fitur utamanya adalah "This is plugin Export resume to iSmartRecruit Server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iSmart Resume Exporter
Unduh file ekstensi iSmart Resume Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
Informasi Dasar Ekstensi
Nama | iSmart Resume Exporter |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
URL Resmi | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
Deskripsi | This is plugin Export resume to iSmartRecruit Server. |
Ukuran File | 271 KB |
Jumlah Instalasi | 208 |
Versi Saat Ini | 2.21.56 |
Terakhir Diperbarui | 2024-02-13 |
Tanggal Publikasi | 2019-02-16 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://ismartrecruit.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.ismartrecruit.com/features-chrome-browser-extension |
URL Halaman Kebijakan Privasi | https://ismartrecruit.com/privacy |
Bahasa yang Didukung | 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 } |