Guidejar

Create product demos with just a few clicks - literally.

Τι είναι το Guidejar;

Το Guidejar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guidejar.com, και η κύρια λειτουργία του είναι "Create product demos with just a few clicks - literally.".

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

screenshot
screenshot

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

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

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

                        Welcome to Guidejar - Your Ultimate Solution for Creating Interactive Demos and Guides Effortlessly.

Create Interactive Product Demos in Minutes, No More Video Editing Hassles. Dazzle Your Audience and Drive Action.

Why Spend Countless Hours Editing Demo Videos? With Guidejar, You're in Control. Auto-Generate Step-by-Step Guides with a Click, Transforming Any Process into a Captivating Journey.

Embedding Interactive Demos Directly on Your Website Or Enhancing Support Docs with Dynamic Elements, Guidejar Makes It Happen.

How Does It Work? 

1. Activate our extension and seamlessly navigate through any process.
2. Enhance your guides using features like click targets, redactions, autoplay, and  CTAs.
3. Share via links or embed within support resources, onboarding materials, websites, or even Notion pages.

From Onboarding New Employees to Documenting Bugs Step-by-Step, Guidejar's Got You Covered.

Unleash Guidejar's Magic Now. Transform Your Process into an Immersive Experience. Craft Step-by-Step Guides that Truly Speak to Your Audience.                    

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

Όνομα Guidejar Guidejar
ID nljfdifffnfijpidnjfbibbdeipnnlln
Επίσημο URL https://chromewebstore.google.com/detail/guidejar/nljfdifffnfijpidnjfbibbdeipnnlln
Περιγραφή Create product demos with just a few clicks - literally.
Μέγεθος Αρχείου 20.54 MB
Αριθμός Εγκαταστάσεων 1,334
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2023-09-06
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://guidejar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.guidejar.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.guidejar.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.guidejar.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guidejar",
    "version": "0.1.3",
    "description": "Create product demos with just a few clicks - literally.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.guidejar.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Guidejar"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "global.css",
                "fonts.css",
                "icons\/*",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ]
}