Exelare Extension
Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
O que é Exelare Extension?
Exelare Extension é uma extensão do Chrome desenvolvida por Exelare, e sua principal característica é "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Exelare Extension
Baixe arquivos de extensão Exelare Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Exelare Extension |
ID | pfdclcliiindobkbaggccghcdegjjjig |
URL Oficial | https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig |
Descrição | Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. |
Tamanho do Arquivo | 1.36 MB |
Contagem de Instalações | 385 |
Versão Atual | 1.0.13 |
Última Atualização | 2024-01-11 |
Data de Publicação | 2022-11-28 |
Desenvolvedor | Exelare |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://exelare.com/ |
URL da Página de Política de Privacidade | https://exelare.com/company/customer-information-privacy |
Idiomas Suportados | 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\/*" ] } |