Spottabl

Spottabl extension for candidate sourcing.

什麼是Spottabl?

Spottabl是由spottabl_chrome_extension開發的Chrome擴展程式,該擴展的主要功能是“Spottabl extension for candidate sourcing.”。

擴展截圖

screenshot
screenshot

下載Spottabl擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
            }
        }
    }
}