Guidejar

Create product demos with just a few clicks - literally.

Qu'est-ce que Guidejar ?

Guidejar est une extension Chrome développée par https://guidejar.com, et sa fonction principale est "Create product demos with just a few clicks - literally.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Guidejar

Téléchargez les fichiers d'extension Guidejar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Guidejar Guidejar
ID nljfdifffnfijpidnjfbibbdeipnnlln
URL Officiel https://chromewebstore.google.com/detail/guidejar/nljfdifffnfijpidnjfbibbdeipnnlln
Description Create product demos with just a few clicks - literally.
Taille du Fichier 20.54 MB
Nombre d'Installations 1,334
Version Actuelle 0.1.3
Dernière Mise à Jour 2023-12-04
Date de Publication 2023-09-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://guidejar.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.guidejar.com/
URL de la Page d'Aide https://www.guidejar.com/contact
URL de la Page de Politique de Confidentialité https://www.guidejar.com/privacy
Langues Prises en Charge 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
        }
    ]
}