Guidejar

Create product demos with just a few clicks - literally.

什麼是Guidejar?

Guidejar是由https://guidejar.com開發的Chrome擴展程式,該擴展的主要功能是“Create product demos with just a few clicks - literally.”。

擴展截圖

screenshot
screenshot

下載Guidejar擴展crx文件

下載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
官方網址 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
        }
    ]
}