Minerva — Create How-To Guides in Seconds

Minerva is the easiest way to capture and share clickable instructions for anything on the internet!

Τι είναι το Minerva — Create How-To Guides in Seconds;

Το Minerva — Create How-To Guides in Seconds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://minervaknows.com, και η κύρια λειτουργία του είναι "Minerva is the easiest way to capture and share clickable instructions for anything on the internet!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Minerva — Create How-To Guides in Seconds

Λήψη αρχείων επέκτασης Minerva — Create How-To Guides in Seconds σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Create a how-to guide in seconds. Share your guide everywhere.

With Minerva, you can do more online in less time. Our Google Chrome Extension works on top of any website or platform and allows you to capture any process.  

Minerva creates three assets automatically for you, while you work:
 - An on-screen guide showing you where to click and what to do next;
 - A video tutorial complete with step text read aloud;
 - An FAQ page with screenshots showing you exactly what to do


Installs in seconds!
 - It only takes two clicks to get started.

Save time!
You no longer need to search for a step on a page. Follow the dot during our interactive guide experience and find what you’re looking for easier, and faster. 

Share with just one click
 - Record your steps, share them with anyone, and embed your guide anywhere you want.

Our mission is to make it effortless for anyone to do anything online. 

KEY FEATURES:
 - Record or follow a how-to “interactive” guide.
 - Add screenshots or generate videos for your guide
 - 1-click sharing or embed your guide on any page
 - Favorite any public guides and organize them in your personal library
 - Additional features include automatic guide creation, private guides, team collaboration, SDK Access, and much more.


How we save our clients time:
“I have plans to update all of my tech processes and create onboarding tutorials with it. In every instance it’s been used, the feedback has been positive. And not just positive - mindblown!” -Molly Capriotti, Operations Specialist at Lifelabs                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Minerva — Create How-To Guides in Seconds Minerva — Create How-To Guides in Seconds
ID fmnkjhgnmnllimijijhkokmigchmpmcd
Επίσημο URL https://chromewebstore.google.com/detail/minerva-%E2%80%94-create-how-to-g/fmnkjhgnmnllimijijhkokmigchmpmcd
Περιγραφή Minerva is the easiest way to capture and share clickable instructions for anything on the internet!
Μέγεθος Αρχείου 458 KB
Αριθμός Εγκαταστάσεων 6,567
Τρέχουσα Έκδοση 3.0.32
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2020-08-25
Αξιολόγηση 5.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://minervaknows.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://minervaknows.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.minervaknows.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.minervaknows.com/Minerva-Knows-Privacy-Notice-10.23.2020.pdf
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minerva \u2014 Create How-To Guides in Seconds",
    "version": "3.0.32",
    "description": "Minerva is the easiest way to capture and share clickable instructions for anything on the internet!",
    "action": {
        "default_icon": {
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-128.png"
        },
        "default_title": "Minerva"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "*:\/\/localhost\/*",
        "https:\/\/sdk-services.minervaknows.test\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*",
                "content\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.minervaknows.com\/*",
            "https:\/\/sdk-services.minervaknows.com\/*",
            "https:\/\/www.minervaknows.com\/*",
            "https:\/\/prime.minervaknows.com\/*"
        ]
    }
}