Crono
Crono helps synchronize your CRM.
Cos'è Crono?
Crono è un'estensione di Chrome sviluppata da https://crono.one, e la sua funzione principale è "Crono helps synchronize your CRM.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crono
Scarica i file di estensione Crono in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Crono |
ID | phnpbbhhpgcinodkajklaiedjdppdakj |
URL Ufficiale | https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj |
Descrizione | Crono helps synchronize your CRM. |
Dimensione del File | 4.05 MB |
Conteggio Installazioni | 504 |
Versione Corrente | 2.8.10 |
Ultimo Aggiornamento | 2024-03-02 |
Data di Pubblicazione | 2022-09-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://crono.one |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://crono.one |
URL della Pagina di Aiuto | https://crono.one |
URL della Pagina della Politica sulla Privacy | https://www.crono.one/terms |
Lingue Supportate | 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\/*" ] } } |