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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            }
        }
    }
}