Rivia.AI: documentation with screenshots
Fastest way to create step-by-step 'how-to' guides complete with screenshots
ما هو Rivia.AI: documentation with screenshots؟
Rivia.AI: documentation with screenshots هو إضافة Chrome تم تطويرها بواسطة https://rivia.ai، والميزة الرئيسية لها هي "Fastest way to create step-by-step 'how-to' guides complete with screenshots".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rivia.AI: documentation with screenshots
قم بتنزيل ملفات الامتداد Rivia.AI: documentation with screenshots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever spent hours arranging multiple screenshots together just to help someone with a workflow? Well, with Rivia.AI, you won’t have to do it again (ever). Rivia.AI enables anyone to quickly record their workflows and automagically convert it into a beautiful step-by-step guide, complete with screenshots. You can edit, annotate, or redact your documents as per your requirements and instantly share it through public links. Teams use Rivia.AI for creating onboarding guides, documentation for internal tools, product documentation, training guides, or for sharing know-how across the org.
معلومات أساسية عن التمديد
الاسم | Rivia.AI: documentation with screenshots |
ID | fckjcekhpnogdipcibcppcjffacbbbhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/riviaai-documentation-wit/fckjcekhpnogdipcibcppcjffacbbbhc |
الوصف | Fastest way to create step-by-step 'how-to' guides complete with screenshots |
حجم الملف | 259 KB |
عدد التثبيتات | 772 |
النسخة الحالية | 1.7 |
آخر تحديث | 2023-05-13 |
تاريخ النشر | 2022-02-23 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://rivia.ai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.rivia.ai/ |
عنوان صفحة المساعدة | https://www.rivia.ai/ |
اللغات المدعومة | de,en,en-GB,en-US,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.7", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "action": { "default_icon": "icon16.png" }, "background": { "service_worker": "\/dest\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js", "jquery-3.6.0.min.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "resources": [ "content.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.rivia.ai\/*" ] } } |