Rivia.AI: documentation with screenshots

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

¿Qué es Rivia.AI: documentation with screenshots?

Rivia.AI: documentation with screenshots es una extensión de Chrome desarrollada por https://rivia.ai, y su función principal es "Fastest way to create step-by-step 'how-to' guides complete with screenshots".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rivia.AI: documentation with screenshots

Descarga archivos de extensión Rivia.AI: documentation with screenshots en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rivia.AI: documentation with screenshots Rivia.AI: documentation with screenshots
ID fckjcekhpnogdipcibcppcjffacbbbhc
URL Oficial https://chromewebstore.google.com/detail/riviaai-documentation-wit/fckjcekhpnogdipcibcppcjffacbbbhc
Descripción Fastest way to create step-by-step 'how-to' guides complete with screenshots
Tamaño del Archivo 259 KB
Cantidad de Instalaciones 772
Versión Actual 1.7
Última Actualización 2023-05-13
Fecha de Publicación 2022-02-23
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://rivia.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.rivia.ai/
URL de la Página de Ayuda https://www.rivia.ai/
Idiomas Soportados 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\/*"
        ]
    }
}