WebExtension.net
WebExtension.net

invoice maker

View on Chrome Web Store
View invoice maker Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Free Invoice maker tool, easy-to-use. Make invoice online free, invoice example and best receipt generator. Billing templates!
Type
Extension
Users
209 users
4
Chrome Craft
View author page of Chrome Craft
Published
Published on July 2, 2024
Version 1.0
Manifest version
3
Updated
Updated on July 2, 2024
View on Chrome Web Store
View invoice maker Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.0",
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": ".\/scripts\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "widgets\/floating-widget\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "config.js",
                "\/widgets\/floating-widget\/index.html",
                "\/icons\/icon32.png"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": []
}
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