HostBooks Limited

The language of business

Was ist HostBooks Limited?

HostBooks Limited ist eine Chrome-Erweiterung, die von HostBooks Limited entwickelt wurde, und ihr Hauptmerkmal ist "The language of business".

Erweiterungsscreenshots

HostBooks Limited-Erweiterungs-CRX-Datei herunterladen

Laden Sie HostBooks Limited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
Offizielle URL https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
Beschreibung The language of business
Dateigröße 17.2 KB
Installationsanzahl 386
Aktuelle Version 1.8
Letztes Update 2021-04-07
Veröffentlichungsdatum 2020-12-29
Entwickler HostBooks Limited
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.hostbooks.com
Hilfeseite URL https://www.hostbooks.com/in/contact-us
URL der Datenschutzrichtlinien-Seite https://www.hostbooks.com/in/privacy-policy
Unterstützte Sprachen 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
}