Spottabl

Spottabl extension for candidate sourcing.

Was ist Spottabl?

Spottabl ist eine Chrome-Erweiterung, die von spottabl_chrome_extension entwickelt wurde, und ihr Hauptmerkmal ist "Spottabl extension for candidate sourcing.".

Erweiterungsscreenshots

screenshot
screenshot

Spottabl-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spottabl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spottabl Spottabl
ID cffcnpeplbmoccfgbghhpkfemokoglnk
Offizielle URL https://chromewebstore.google.com/detail/spottabl/cffcnpeplbmoccfgbghhpkfemokoglnk
Beschreibung Spottabl extension for candidate sourcing.
Dateigröße 1.43 MB
Installationsanzahl 65
Aktuelle Version 1.2
Letztes Update 2023-01-24
Veröffentlichungsdatum 2023-01-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler spottabl_chrome_extension
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.spottabl.com
Hilfeseite URL https://www.spottabl.com/contact-us
Unterstützte Sprachen 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"
            }
        }
    }
}