HostBooks Limited

The language of business

What is HostBooks Limited?

HostBooks Limited is a Chrome extension developed by HostBooks Limited, and its main feature is "The language of business".

Extension Screenshots

Download HostBooks Limited Extension CRX File

Download HostBooks Limited extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To be a premier automated, business solution for every small and medium enterprises by significantly saving their cost and time in accounting, reporting and compliances.                    

Extension Basic Information

Name HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
Official URL https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
Description The language of business
File Size 17.2 KB
Installation Count 386
Current Version 1.8
Last Updated 2021-04-07
Publish Date 2020-12-29
Developer HostBooks Limited
Email [email protected]
Payment Type free
Extension Website https://www.hostbooks.com
Help Page URL https://www.hostbooks.com/in/contact-us
Privacy Policy Page URL https://www.hostbooks.com/in/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HostBooks Limited",
    "version": "1.8",
    "description": "The language of business",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/www.developer.chrome.com\/*"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hostbooks.com\/*",
                "https:\/\/sandboxgst.hostbooks.in\/*",
                "https:\/\/sandboxgst.hostbooks.in\/invoice\/index",
                "https:\/\/gst.hostbooks.com\/*",
                "https:\/\/gst.hostbooks.com\/invoice\/index",
                "https:\/\/*.services.gst.gov.in\/*",
                "https:\/\/services.gst.gov.in\/*",
                "https:\/\/return.gst.gov.in\/*",
                "https:\/\/payment.gst.gov.in\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}