iSmart Resume Exporter

This is plugin Export resume to iSmartRecruit Server.

Co to jest iSmart Resume Exporter?

iSmart Resume Exporter to rozszerzenie Chrome opracowane przez https://ismartrecruit.com, a jego główną funkcją jest „This is plugin Export resume to iSmartRecruit Server.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iSmart Resume Exporter

Pobierz pliki rozszerzeń iSmart Resume Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa iSmart Resume Exporter iSmart Resume Exporter
ID cpaeapbpcoabkkogahldoocbmifeiimh
Oficjalny URL https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh
Opis This is plugin Export resume to iSmartRecruit Server.
Rozmiar pliku 271 KB
Liczba instalacji 208
Aktualna Wersja 2.21.56
Ostatnia Aktualizacja 2024-02-13
Data Publikacji 2019-02-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://ismartrecruit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ismartrecruit.com/features-chrome-browser-extension
Adres URL Strony Polityki Prywatności https://ismartrecruit.com/privacy
Obsługiwane Języki 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
}