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
公式URL 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
Eメール [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"
    ]
}