iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
Co je iSmart Resume Exporter?
iSmart Resume Exporter je rozšíření Chrome vyvinuté https://ismartrecruit.com, a jeho hlavní funkcí je „This is plugin Export resume to iSmartRecruit Server.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření iSmart Resume Exporter
Stáhněte si soubory rozšíření iSmart Resume Exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
Základní Informace o Rozšíření
Název | iSmart Resume Exporter |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
Oficiální URL | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
Popis | This is plugin Export resume to iSmartRecruit Server. |
Velikost souboru | 271 KB |
Počet instalací | 208 |
Aktuální Verze | 2.21.56 |
Poslední Aktualizace | 2024-02-13 |
Datum Vydání | 2019-02-16 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://ismartrecruit.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.ismartrecruit.com/features-chrome-browser-extension |
URL Stránky Zásad Ochrany Soukromí | https://ismartrecruit.com/privacy |
Podporované Jazyky | 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 } |