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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest way to create step-by-step 'how-to' guides complete with screenshots"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rivia.AI: documentation with screenshots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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/
सहायता पृष्ठ 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\/*"
        ]
    }
}