Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
ما هو Inline Manual Authoring tool؟
Inline Manual Authoring tool هو إضافة Chrome تم تطويرها بواسطة https://inlinemanual.com، والميزة الرئيسية لها هي "Inline Manual Chrome Authoring tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inline Manual Authoring tool
قم بتنزيل ملفات الامتداد Inline Manual Authoring tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inline Manual is a Digital Adoption Platform to create interactive walkthroughs, tooltips and support articles right in customer’s app. Inline Manual Authoring tool allows users of inlinemanual.com create and edit walkthroughs and content on the fly.
معلومات أساسية عن التمديد
الاسم | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
الوصف | Inline Manual Chrome Authoring tool |
حجم الملف | 13.46 KB |
عدد التثبيتات | 2,789 |
النسخة الحالية | 1.44.1 |
آخر تحديث | 2022-06-22 |
تاريخ النشر | 2018-02-20 |
تقييم | 4.35/5 مجموع تقييمات 17 |
المطور | https://inlinemanual.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://inlinemanual.com |
عنوان صفحة المساعدة | https://support.inlinemanual.com |
عنوان صفحة سياسة الخصوصية | https://inlinemanual.com/legal/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Manual Authoring tool", "version": "1.44.1", "description": "Inline Manual Chrome Authoring tool", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "name": "Click to toggle Inline Manual authoring toolbar" } } |