Jimo
Build Jimo pokes and tours while on your website.
ما هو Jimo؟
Jimo هو إضافة Chrome تم تطويرها بواسطة Jimo، والميزة الرئيسية لها هي "Build Jimo pokes and tours while on your website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jimo
قم بتنزيل ملفات الامتداد Jimo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Build Jimo tours and pokes while on your website. Install the Jimo Extension to create, edit, and publish tours and pokes into your product, as well review the ones you already created on top of your application.
معلومات أساسية عن التمديد
الاسم | Jimo |
ID | koipflmbgiibbkcfccgpocdgifapofje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje |
الوصف | Build Jimo pokes and tours while on your website. |
حجم الملف | 621 KB |
عدد التثبيتات | 263 |
النسخة الحالية | 1.00.31 |
آخر تحديث | 2024-02-21 |
تاريخ النشر | 2023-03-19 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Jimo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.usejimo.com |
عنوان صفحة سياسة الخصوصية | https://www.usejimo.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jimo", "description": "Build Jimo pokes and tours while on your website.", "version": "1.00.31", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/i.usejimo.com\/*", "https:\/\/testing.i.usejimo.com\/*", "http:\/\/localhost:3001\/*" ] }, "permissions": [ "tabs", "scripting", "storage" ] } |