HostBooks Limited

The language of business

Hvad er HostBooks Limited?

HostBooks Limited er en Chrome-udvidelse udviklet af HostBooks Limited, og dens hovedfunktion er "The language of business".

Udvidelsesskærmbilleder

Download HostBooks Limited-udvidelses-CRX-fil

Download HostBooks Limited-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
Officiel URL https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
Beskrivelse The language of business
Filstørrelse 17.2 KB
Antal Installationer 386
Nuværende Version 1.8
Senest Opdateret 2021-04-07
Udgivelsesdato 2020-12-29
Udvikler HostBooks Limited
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.hostbooks.com
Hjælpeside-URL https://www.hostbooks.com/in/contact-us
URL til Fortrolighedspolitik Side https://www.hostbooks.com/in/privacy-policy
Understøttede Sprog 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
}