Crono
Crono helps synchronize your CRM.
O que é Crono?
Crono é uma extensão do Chrome desenvolvida por https://crono.one, e sua principal característica é "Crono helps synchronize your CRM.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crono
Baixe arquivos de extensão Crono 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
Crono's extension helps you be more productive on your daily tools. It brings you all the features you need to work on the web. You can easily access all your CRM data and quickly identify new leads to work on. Now you can work everywhere as you would in Crono.
Informações Básicas da Extensão
Nome | Crono |
ID | phnpbbhhpgcinodkajklaiedjdppdakj |
URL Oficial | https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj |
Descrição | Crono helps synchronize your CRM. |
Tamanho do Arquivo | 4.05 MB |
Contagem de Instalações | 504 |
Versão Atual | 2.8.10 |
Última Atualização | 2024-03-02 |
Data de Publicação | 2022-09-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://crono.one |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://crono.one |
URL da Página de Ajuda | https://crono.one |
URL da Página de Política de Privacidade | https://www.crono.one/terms |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crono", "description": "Crono helps synchronize your CRM.", "version": "2.8.10", "manifest_version": 3, "background": { "service_worker": "background\/bundle.js" }, "permissions": [ "cookies", "storage", "activeTab", "tabs" ], "web_accessible_resources": [ { "resources": [ "content-script\/imgs\/*", "fonts\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*" ], "js": [ "content-script\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*" ], "world": "MAIN", "js": [ "linkedin-main-world\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "js": [ "content-script-main-world-connector\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "world": "MAIN", "js": [ "content-script\/bundle.js" ] } ], "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "host_permissions": [ "https:\/\/*.crono.one\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.crono.one\/*" ] } } |