Creatio
Creatio extension
Wat is Creatio?
Creatio is een Chrome-extensie ontwikkeld door Creatio, en de belangrijkste functie is "Creatio extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Creatio
Download Creatio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
Officiële URL | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
Beschrijving | Creatio extension |
Bestandsgrootte | 245 KB |
Aantal Installaties | 37 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2021-11-06 |
Publicatiedatum | 2021-11-05 |
Ontwikkelaar | Creatio |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.creatio.com/privacy-policy |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |