Exelare Extension
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
Qu'est-ce que Exelare Extension ?
Exelare Extension est une extension Chrome développée par Exelare, et sa fonction principale est "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Exelare Extension
Téléchargez les fichiers d'extension Exelare Extension 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
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. It allows users to easily add/update profiles avoiding manual data entry and save time.
Informations de Base sur l'Extension
Nom | Exelare Extension |
ID | pfdclcliiindobkbaggccghcdegjjjig |
URL Officiel | https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig |
Description | Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. |
Taille du Fichier | 1.36 MB |
Nombre d'Installations | 385 |
Version Actuelle | 1.0.13 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2022-11-28 |
Développeur | Exelare |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://exelare.com/ |
URL de la Page de Politique de Confidentialité | https://exelare.com/company/customer-information-privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exelare Extension", "description": "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.", "version": "1.0.13", "minimum_chrome_version": "92", "icons": { "64": "icon.png", "128": "icon_big.png" }, "action": { "icons": { "16": "icon.png", "24": "icon.png", "34": "icon.png" }, "default_title": "Login to Exelare", "default_popup": "loginForm.html" }, "manifest_version": 3, "background": { "service_worker": "newBack.js" }, "options_page": "options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.zoominfo.com\/*" ], "exclude_matches": [ "*:\/\/*.linkedin.com\/recruiter\/smartsearch*", "*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*" ], "css": [ "css\/ExelareStyles.css" ], "js": [ "libs\/jquery-3.2.1.min.js", "libs\/jquery.cookie.js", "libs\/lodash.min.js", "utils\/helpers.js", "contentScript.js", "scraper.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.zoominfo.com\/*" ] } |