iSmart Profile Scanner

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

Qu'est-ce que iSmart Profile Scanner ?

iSmart Profile Scanner est une extension Chrome développée par https://www.ismartrecruit.com, et sa fonction principale est "This extension will scan content from web profile page also assign job from extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iSmart Profile Scanner

Téléchargez les fichiers d'extension iSmart Profile Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom iSmart Profile Scanner iSmart Profile Scanner
ID kncpppankgokmpfbblafmeiallbehhel
URL Officiel https://chromewebstore.google.com/detail/ismart-profile-scanner/kncpppankgokmpfbblafmeiallbehhel
Description This extension will scan content from web profile page also assign job from extension.
Taille du Fichier 935 KB
Nombre d'Installations 679
Version Actuelle 3.3.2
Dernière Mise à Jour 2023-06-19
Date de Publication 2020-07-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://www.ismartrecruit.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ismartrecruit.com/
URL de la Page d'Aide https://www.ismartrecruit.com/frequently-asked-questions
URL de la Page de Politique de Confidentialité https://ismartrecruit.com/privacy
Langues Prises en Charge 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"
    ]
}