iSmart Profile Scanner

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

Vad är iSmart Profile Scanner?

iSmart Profile Scanner är en Chrome-tillägg utvecklad av https://www.ismartrecruit.com, och dess huvudfunktion är "This extension will scan content from web profile page also assign job from extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner iSmart Profile Scanner-förlängningens CRX-fil

Ladda ner iSmart Profile Scanner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn iSmart Profile Scanner iSmart Profile Scanner
ID kncpppankgokmpfbblafmeiallbehhel
Officiell webbadress https://chromewebstore.google.com/detail/ismart-profile-scanner/kncpppankgokmpfbblafmeiallbehhel
Beskrivning This extension will scan content from web profile page also assign job from extension.
Filstorlek 935 KB
Antal Installationer 679
Aktuell Version 3.3.2
Senast Uppdaterad 2023-06-19
Publiceringsdatum 2020-07-01
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://www.ismartrecruit.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.ismartrecruit.com/
Hjälpsida URL https://www.ismartrecruit.com/frequently-asked-questions
URL till Sekretesspolicy Sidan https://ismartrecruit.com/privacy
Stödda Språk 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"
    ]
}