iSmart Profile Scanner

This extension will scan content from web profile page also assign job from extension.

Co to jest iSmart Profile Scanner?

iSmart Profile Scanner to rozszerzenie Chrome opracowane przez https://www.ismartrecruit.com, a jego główną funkcją jest „This extension will scan content from web profile page also assign job from extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia iSmart Profile Scanner

Pobierz pliki rozszerzeń iSmart Profile Scanner 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 Profile Scanner will scan profile from different portal and source that profile into iSmartRecruit.Almost every detail about the candidates can be captured and stored in iSmartRecruit Candidate Management System.                    

Podstawowe informacje o rozszerzeniu

Nazwa iSmart Profile Scanner iSmart Profile Scanner
ID kncpppankgokmpfbblafmeiallbehhel
Oficjalny URL https://chromewebstore.google.com/detail/ismart-profile-scanner/kncpppankgokmpfbblafmeiallbehhel
Opis This extension will scan content from web profile page also assign job from extension.
Rozmiar pliku 935 KB
Liczba instalacji 679
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2023-06-19
Data Publikacji 2020-07-01
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://www.ismartrecruit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ismartrecruit.com/
Adres URL Strony Pomocy https://www.ismartrecruit.com/frequently-asked-questions
Adres URL Strony Polityki Prywatności https://ismartrecruit.com/privacy
Obsługiwane Języki en
manifest.json
{
    "name": "iSmart Profile Scanner",
    "description": "This extension will scan content from web profile page also assign job from extension.",
    "version": "3.3.2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "http:\/\/www.monsterindia.com\/*",
                "http:\/\/localhost:8080\/RecWeb\/*",
                "http:\/\/*.monster.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "sweetalert.css",
                "selectize.default.css",
                "font-awesome.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "aes-3.1.1.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon.png",
        "38": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "sweetalert.css",
        "jquery-1.10.2.min.js",
        "sweetalert.min.js",
        "selectize.default.css",
        "selectize.min.js",
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2"
    ]
}