iSmart Profile Scanner

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

什麼是iSmart Profile Scanner?

iSmart Profile Scanner是由https://www.ismartrecruit.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will scan content from web profile page also assign job from extension.”。

擴展截圖

screenshot
screenshot
screenshot

下載iSmart Profile Scanner擴展crx文件

下載iSmart Profile Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 iSmart Profile Scanner iSmart Profile Scanner
ID kncpppankgokmpfbblafmeiallbehhel
官方網址 https://chromewebstore.google.com/detail/ismart-profile-scanner/kncpppankgokmpfbblafmeiallbehhel
簡介 This extension will scan content from web profile page also assign job from extension.
檔案大小 935 KB
安裝次數 679
目前版本 3.3.2
更新時間 2023-06-19
上架時間 2020-07-01
評分 3.67/5 共 3 次評分
開發者 https://www.ismartrecruit.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ismartrecruit.com/
說明頁面URL https://www.ismartrecruit.com/frequently-asked-questions
隱私政策頁面URL https://ismartrecruit.com/privacy
支援的語言 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"
    ]
}