iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
Wat is iSmart Resume Exporter?
iSmart Resume Exporter is een Chrome-extensie ontwikkeld door https://ismartrecruit.com, en de belangrijkste functie is "This is plugin Export resume to iSmartRecruit Server.".
Extensie Screenshots
Download het CRX-bestand van de extensie iSmart Resume Exporter
Download iSmart Resume Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit. Basisinformatie over de Extensie
| Naam | |
| ID | cpaeapbpcoabkkogahldoocbmifeiimh |
| Officiële URL | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
| Beschrijving | This is plugin Export resume to iSmartRecruit Server. |
| Bestandsgrootte | 271 KB |
| Aantal Installaties | 208 |
| Huidige Versie | 2.21.56 |
| Laatst Bijgewerkt | 2024-02-13 |
| Publicatiedatum | 2019-02-16 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://ismartrecruit.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.ismartrecruit.com/features-chrome-browser-extension |
| URL van de Privacybeleid Pagina | https://ismartrecruit.com/privacy |
| Ondersteunde Talen | 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
} | |