Spottabl
Spottabl extension for candidate sourcing.
Qu'est-ce que Spottabl ?
Spottabl est une extension Chrome développée par spottabl_chrome_extension, et sa fonction principale est "Spottabl extension for candidate sourcing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spottabl
Téléchargez les fichiers d'extension Spottabl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Spottabl |
ID | cffcnpeplbmoccfgbghhpkfemokoglnk |
URL Officiel | https://chromewebstore.google.com/detail/spottabl/cffcnpeplbmoccfgbghhpkfemokoglnk |
Description | Spottabl extension for candidate sourcing. |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 65 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-01-24 |
Date de Publication | 2023-01-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | spottabl_chrome_extension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.spottabl.com |
URL de la Page d'Aide | https://www.spottabl.com/contact-us |
Langues Prises en Charge | 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": [ " |