Creatio
Creatio extension
Qu'est-ce que Creatio ?
Creatio est une extension Chrome développée par Creatio, et sa fonction principale est "Creatio extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Creatio
Téléchargez les fichiers d'extension Creatio 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
This extension allows to find information about the company by website in Creatio CRM and add Account record for companies that are not added to the CRM yet.
Informations de Base sur l'Extension
Nom | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
URL Officiel | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
Description | Creatio extension |
Taille du Fichier | 245 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2021-11-06 |
Date de Publication | 2021-11-05 |
Développeur | Creatio |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.creatio.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Creatio", "action": { "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png" }, "manifest_version": 3, "version": "0.2.1", "description": "Creatio extension", "permissions": [ "storage", "cookies", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.creatio.com\/*" ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [ { "resources": [ "sidebar.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |