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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Rivia.AI: documentation with screenshots
ID fckjcekhpnogdipcibcppcjffacbbbhc
官方網址 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/
說明頁面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\/*"
        ]
    }
}