Rivia.AI: documentation with screenshots

Fastest way to create step-by-step 'how-to' guides complete with screenshots

Rivia.AI: documentation with screenshots là gì?

Rivia.AI: documentation with screenshots là một tiện ích mở rộng Chrome được phát triển bởi https://rivia.ai, và tính năng chính của nó là "Fastest way to create step-by-step 'how-to' guides complete with screenshots".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rivia.AI: documentation with screenshots

Tải xuống các tệp mở rộng Rivia.AI: documentation with screenshots dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rivia.AI: documentation with screenshots Rivia.AI: documentation with screenshots
ID fckjcekhpnogdipcibcppcjffacbbbhc
URL Chính Thức https://chromewebstore.google.com/detail/riviaai-documentation-wit/fckjcekhpnogdipcibcppcjffacbbbhc
Mô tả Fastest way to create step-by-step 'how-to' guides complete with screenshots
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 772
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-05-13
Ngày Phát Hành 2022-02-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://rivia.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.rivia.ai/
URL Trang Trợ Giúp https://www.rivia.ai/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}