Spottabl

Spottabl extension for candidate sourcing.

Spottabl란 무엇입니까?

Spottabl은(는) spottabl_chrome_extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spottabl extension for candidate sourcing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Spottabl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save candidates from Linkedin, Naukri directly into your Spottabl talent network or source them directly to active jobs.

Just visit a profile on either of the platforms and you will be able to start sourcing, edit candidate details and view their status against active roles.                    

확장 프로그램 기본 정보

이름 Spottabl Spottabl
ID cffcnpeplbmoccfgbghhpkfemokoglnk
공식 URL https://chromewebstore.google.com/detail/spottabl/cffcnpeplbmoccfgbghhpkfemokoglnk
설명 Spottabl extension for candidate sourcing.
파일 크기 1.43 MB
설치 횟수 65
현재 버전 1.2
최근 업데이트 2023-01-24
출시 날짜 2023-01-17
평점 5.00/5 총 1 개의 평점
개발자 spottabl_chrome_extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spottabl.com
도움말 페이지 URL https://www.spottabl.com/contact-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spottabl",
    "description": "Spottabl extension for candidate sourcing.",
    "version": "1.2",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.naukri.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/dev.spottabl.com\/ https:\/\/www.spottabl.com\/; img-src data:"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}