Spottabl

Spottabl extension for candidate sourcing.

Spottablคืออะไร?

Spottabl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spottabl_chrome_extension และคุณลักษณะหลักของมันคือ "Spottabl extension for candidate sourcing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spottabl

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            }
        }
    }
}