WebExtension.net
WebExtension.net

Guide Creator by HubSpot

View on Chrome Web Store
View Guide Creator by HubSpot Chrome Extension on Chrome Web Store
3.6 (10 ratings)

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
signals-extension-publishing
View author page of signals-extension-publishing
Published
Published on March 14, 2023
Version 1.3.5322
Manifest version
3
Updated
Updated on October 22, 2024
View on Chrome Web Store
View Guide Creator by HubSpot Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

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.5322",
    "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.

© 2024 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