Kompyte
Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
ما هو Kompyte؟
Kompyte هو إضافة Chrome تم تطويرها بواسطة Kompyte، والميزة الرئيسية لها هي "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kompyte
قم بتنزيل ملفات الامتداد Kompyte بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Subject to permissions, users can use the extension for the following: - To gather and curate insights directly into the Kompyte Knowledgebase - Add and categorize insights directly to competitor profiles and reports - To access and provide feedback on Battle Cards and sales reports directly
معلومات أساسية عن التمديد
الاسم | |
ID | hipcdagfgcflgjegddpiggigjneloijj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj |
الوصف | Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time. |
حجم الملف | 13.53 KB |
عدد التثبيتات | 396 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-11-13 |
تاريخ النشر | 2020-04-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kompyte |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.kompyte.com |
عنوان صفحة سياسة الخصوصية | https://www.kompyte.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kompyte", "version": "2.0", "manifest_version": 3, "description": "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.", "homepage_url": "https:\/\/www.kompyte.com", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.kompyte.pro\/*", "*:\/\/*.kompyte.local\/*" ] }, "action": { "default_title": "Kompyte" }, "side_panel": { "default_path": "sidePanel\/side-panel.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.kompyte.pro\/*", "*:\/\/*.kompyte.local\/*" ], "js": [ "scripts\/content-script.js" ] } ], "host_permissions": [ " |