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はhttps://rivia.aiによって開発されたChromeの拡張機能で、その主な機能は「Fastest way to create step-by-step 'how-to' guides complete with screenshots」です。
拡張機能のスクリーンショット
Rivia.AI: documentation with screenshots拡張機能のCRXファイルをダウンロード
Rivia.AI: documentation with screenshots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.rivia.ai/ |
ヘルプページのURL | 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\/*" ] } } |