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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rivia.ai, και η κύρια λειτουργία του είναι "Fastest way to create step-by-step 'how-to' guides complete with screenshots".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rivia.AI: documentation with screenshots

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
        ]
    }
}