iSmart Resume Exporter

This is plugin Export resume to iSmartRecruit Server.

Cos'è iSmart Resume Exporter?

iSmart Resume Exporter è un'estensione di Chrome sviluppata da https://ismartrecruit.com, e la sua funzione principale è "This is plugin Export resume to iSmartRecruit Server.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iSmart Resume Exporter

Scarica i file di estensione iSmart Resume Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.                    

Informazioni di Base sull'Estensione

Nome iSmart Resume Exporter iSmart Resume Exporter
ID cpaeapbpcoabkkogahldoocbmifeiimh
URL Ufficiale https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh
Descrizione This is plugin Export resume to iSmartRecruit Server.
Dimensione del File 271 KB
Conteggio Installazioni 208
Versione Corrente 2.21.56
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2019-02-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://ismartrecruit.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ismartrecruit.com/features-chrome-browser-extension
URL della Pagina della Politica sulla Privacy https://ismartrecruit.com/privacy
Lingue Supportate 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
}