Rivia.AI: documentation with screenshots

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

Was ist Rivia.AI: documentation with screenshots?

Rivia.AI: documentation with screenshots ist eine Chrome-Erweiterung, die von https://rivia.ai entwickelt wurde, und ihr Hauptmerkmal ist "Fastest way to create step-by-step 'how-to' guides complete with screenshots".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rivia.AI: documentation with screenshots-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rivia.AI: documentation with screenshots-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rivia.AI: documentation with screenshots Rivia.AI: documentation with screenshots
ID fckjcekhpnogdipcibcppcjffacbbbhc
Offizielle URL https://chromewebstore.google.com/detail/riviaai-documentation-wit/fckjcekhpnogdipcibcppcjffacbbbhc
Beschreibung Fastest way to create step-by-step 'how-to' guides complete with screenshots
Dateigröße 259 KB
Installationsanzahl 772
Aktuelle Version 1.7
Letztes Update 2023-05-13
Veröffentlichungsdatum 2022-02-23
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://rivia.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.rivia.ai/
Hilfeseite URL https://www.rivia.ai/
Unterstützte Sprachen 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\/*"
        ]
    }
}