WebExtension.net
Toggle dark mode
WebExtension.net

Guide Creator by HubSpot

View on Chrome Web Store
View Guide Creator by HubSpot Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (9 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Guide Creator lets users create how-to guides automatically by capturing screenshots as they navigate the web.
Type
Extension
Users
6,000 users
1K
signals-extension-publishing
View author page of signals-extension-publishing
Published
Published on March 14, 2023
Version 1.3.6513
Manifest version
3
Updated
Updated on January 3, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Guide Creator by HubSpot Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.6513",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "img\/Favicon 16.png",
            "24": "img\/Favicon 24.png",
            "32": "img\/Favicon 32.png"
        }
    },
    "default_locale": "en",
    "host_permissions": [
        "<all_urls>"
    ],
    "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": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "html\/panel.html"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top