Crono
Crono helps synchronize your CRM.
Qu'est-ce que Crono ?
Crono est une extension Chrome développée par https://crono.one, et sa fonction principale est "Crono helps synchronize your CRM.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crono
Téléchargez les fichiers d'extension Crono 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
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.
Informations de Base sur l'Extension
Nom | Crono |
ID | phnpbbhhpgcinodkajklaiedjdppdakj |
URL Officiel | https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj |
Description | Crono helps synchronize your CRM. |
Taille du Fichier | 4.05 MB |
Nombre d'Installations | 504 |
Version Actuelle | 2.8.10 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2022-09-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://crono.one |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://crono.one |
URL de la Page d'Aide | https://crono.one |
URL de la Page de Politique de Confidentialité | https://www.crono.one/terms |
Langues Prises en Charge | 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\/*" ] } } |