Guide Creator by HubSpot

Guide Creator lets users create how-to guides automatically by capturing screenshots as they navigate the web.

Guide Creator by HubSpotคืออะไร?

Guide Creator by HubSpot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย growth-distribution และคุณลักษณะหลักของมันคือ "Guide Creator lets users create how-to guides automatically by capturing screenshots as they navigate the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guide Creator by HubSpot

ดาวน์โหลดไฟล์ส่วนขยาย Guide Creator by HubSpot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create walkthrough guides that show your people how to get things done. Add the Guide Creator Chrome extension and start documenting your processes right away.

When you start capturing, Guide Creator grabs a screenshot each time you click. Once you're finished, your step-by-step guide documenting every step of your process is ready to edit and share.

CREATE BEAUTIFUL HOW-TO GUIDES
The Guide Creator editor automatically labels your steps and lays out your screenshots. Crop the images and adjust the wording to suit your audience — whether that's teammates looking for a hand, customers that want to get things done, or prospects looking to find out more about how you can help them.

SHARE YOUR GUIDE AGAIN AND AGAIN
Once you're happy with your guide, share a link to a webpage that can be accessed wherever your users are. No need to jump on a call and screenshare each time you need to share your knowledge.

If your guide is just for teammates, lock down access to keep things in-house. You have complete control over who can see your documentation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Guide Creator by HubSpot Guide Creator by HubSpot
ID ehpooiiliclnhifgkngbeghbkcllolko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/guide-creator-by-hubspot/ehpooiiliclnhifgkngbeghbkcllolko
คำอธิบาย Guide Creator lets users create how-to guides automatically by capturing screenshots as they navigate the web.
ขนาดไฟล์ 5.69 MB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.3.2874
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-08-02
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา growth-distribution
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hubspot.com/guide-creator
URL หน้านโยบายความเป็นส่วนตัว https://legal.hubspot.com/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,no,da,es,it,pl,fi,sv,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guide Creator by HubSpot",
    "description": "Guide Creator lets users create how-to guides automatically by capturing screenshots as they navigate the web.",
    "icons": {
        "16": "img\/Favicon 16.png",
        "32": "img\/Favicon 32.png",
        "48": "img\/Favicon 48.png",
        "128": "img\/Favicon 128.png"
    },
    "version": "1.3.2874",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "32": "img\/Favicon 32.png",
            "24": "img\/Favicon 24.png",
            "16": "img\/Favicon 16.png"
        }
    },
    "default_locale": "en",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "system.display"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hubspotqa.com\/*",
            "https:\/\/*.hubspot.com\/*"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "html\/panel.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}