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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}