Creatio
Creatio extension
ما هو Creatio؟
Creatio هو إضافة Chrome تم تطويرها بواسطة Creatio، والميزة الرئيسية لها هي "Creatio extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Creatio
قم بتنزيل ملفات الامتداد Creatio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
الوصف | Creatio extension |
حجم الملف | 245 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2021-11-06 |
تاريخ النشر | 2021-11-05 |
المطور | Creatio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.creatio.com/privacy-policy |
اللغات المدعومة | 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:\/\/*\/*" ] } ] } |