Creatio
Creatio extension
Was ist Creatio?
Creatio ist eine Chrome-Erweiterung, die von Creatio entwickelt wurde, und ihr Hauptmerkmal ist "Creatio extension".
Erweiterungsscreenshots
Creatio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Creatio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
Offizielle URL | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
Beschreibung | Creatio extension |
Dateigröße | 245 KB |
Installationsanzahl | 37 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2021-11-06 |
Veröffentlichungsdatum | 2021-11-05 |
Entwickler | Creatio |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.creatio.com/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |