Creatio
Creatio extension
Apa itu Creatio?
Creatio adalah ekstensi Chrome yang dikembangkan oleh Creatio, dan fitur utamanya adalah "Creatio extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Creatio
Unduh file ekstensi Creatio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
URL Resmi | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
Deskripsi | Creatio extension |
Ukuran File | 245 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2021-11-06 |
Tanggal Publikasi | 2021-11-05 |
Pengembang | Creatio |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.creatio.com/privacy-policy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |