WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
generate.TAX VAT Companion

generate.TAX VAT Companion

View on Chrome Web Store
View generate.TAX VAT Companion Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

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

VAT companion for Xero, QuickBooks and soon for Zoho Books & Excel. Monitor VAT returns, copy figures into Government tax portals.
Type
Extension
Users
82 users
2
Website generate.tax
generate.TAX
View author page of generate.TAX
Published
Published on April 17, 2025
Version 1.5.9
Manifest version
3
Updated
Updated on December 10, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View generate.TAX VAT Companion 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,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "name": "generate.TAX VAT Companion",
    "version": "1.5.9",
    "description": "VAT companion for Xero, QuickBooks and soon for Zoho Books & Excel. Monitor VAT returns, copy figures into Government tax portals.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies",
        "sidePanel",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "file:\/\/\/*",
        "https:\/\/localhost:8000\/*",
        "*:\/\/*.generate.tax\/*",
        "*:\/\/*.gov.mt\/*",
        "*:\/\/*.mof.gov.cy\/*",
        "*:\/\/*.ros.ie\/*",
        "*:\/\/*.gov.ae\/*",
        "*:\/\/*.gov.je\/*",
        "*:\/\/*.gov.im\/*",
        "*:\/\/go.xero.com\/*",
        "*:\/\/my.xero.com\/*",
        "*:\/\/apps.xero.com\/*",
        "*:\/\/projects.xero.com\/*",
        "*:\/\/payroll.xero.com\/*",
        "*:\/\/qbo.intuit.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.generate.tax\/*",
            "https:\/\/localhost:8000\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "side_panel": {
        "default_path": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "theme.js",
                "config.js",
                "utils.js",
                "main\/*",
                "mfa-handler.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/go.xero.com\/app\/*\/dashboard",
                "*:\/\/go.xero.com\/Dashboard",
                "*:\/\/go.xero.com\/app\/*\/homepage"
            ],
            "js": [
                "theme.js",
                "config.js",
                "utils.js",
                "injectXeroDashboardCard.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/go.xero.com\/*",
                "*:\/\/my.xero.com\/*",
                "*:\/\/apps.xero.com\/*",
                "*:\/\/projects.xero.com\/*",
                "*:\/\/payroll.xero.com\/*",
                "*:\/\/reporting.xero.com\/*"
            ],
            "js": [
                "theme.js",
                "config.js",
                "utils.js",
                "injectXeroMenuLink.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/qbo.intuit.com\/app\/*"
            ],
            "js": [
                "theme.js",
                "config.js",
                "utils.js",
                "entityApiHelper.js",
                "injectQBOMenuLink.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "js": [
                "theme.js",
                "config.js",
                "injectXeroMenuLink.js",
                "copyScript.js",
                "pasteScript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 2026 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