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. Основная информация о расширении
| Название | |
| 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
} | |