Guidethrough Developer

Guidethrough interactive, live on-screen guidance, training guides & slideshows to train end users of your web applications.

Τι είναι το Guidethrough Developer;

Το Guidethrough Developer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guidethrough.com, και η κύρια λειτουργία του είναι "Guidethrough interactive, live on-screen guidance, training guides & slideshows to train end users of your web applications.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Guidethrough Developer

Λήψη αρχείων επέκτασης Guidethrough Developer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Guidethrough’s Digital Adoption Platform enables users through live, on-screen guidance – the help they need, right when they need it and right where they need it – live in your applications.

Guidethrough is the SaaS platform for Digital Adoption, Workflow Embedded Learning and User Application Training.

The goals of digital adoption and workflow embedded learning specifically, is to both improve your employees’ workflow so that they can be more productive and to smooth your customer’s buying experience. Both of which will help you increase profits and gain a competitive edge.
Guidethrough’s live, in-application screen guidance walks users through each process, showing them step-by-step where to click, what to enter and how to move through each part of the process right to the end.

This is the most effective and low-cost way to quickly get your users using the full range of features in your applications to proficiency – digital adoption achieved.

Guidethrough is highly scalable at a fraction of the cost of high-touch methods, and our just-in-time guidance means that new users have the help they need, right when they need it and right where they need it – live in your applications.

Digital Adoption achieved.                    

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

Όνομα Guidethrough Developer Guidethrough Developer
ID dcalpdbdncmapkahcfjlpkjjbjnnndkn
Επίσημο URL https://chromewebstore.google.com/detail/guidethrough-developer/dcalpdbdncmapkahcfjlpkjjbjnnndkn
Περιγραφή Guidethrough interactive, live on-screen guidance, training guides & slideshows to train end users of your web applications.
Μέγεθος Αρχείου 770 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 3.1.3
Τελευταία Ενημέρωση 2021-07-14
Ημερομηνία Δημοσίευσης 2020-02-28
Προγραμματιστής https://guidethrough.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://guidethrough.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://guidethrough.freshdesk.com/support/home
URL της Σελίδας Πολιτικής Απορρήτου https://guidethrough.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guidethrough Developer",
    "short_name": "Guidethrough",
    "version": "3.1.3",
    "description": "Guidethrough interactive, live on-screen guidance, training guides & slideshows to train end users of your web applications.",
    "author": "Guidethrough ",
    "manifest_version": 2,
    "homepage_url": "https:\/\/guidethrough.com\/",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "management",
        "tabs",
        "",
        "storage",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/dev-app.guidethrough.com\/*",
            "*:\/\/staging-app.guidethrough.com\/*",
            "*:\/\/app.guidethrough.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "Guidethrough Developer"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/webcomponents-lite.js",
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "not_allowed",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "pages\/app.html",
        "js\/manifest.js",
        "js\/domainWebScripts.js",
        "js\/content.js",
        "js\/login.js"
    ]
}