HostBooks Limited

The language of business

Qu'est-ce que HostBooks Limited ?

HostBooks Limited est une extension Chrome développée par HostBooks Limited, et sa fonction principale est "The language of business".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension HostBooks Limited

Téléchargez les fichiers d'extension HostBooks Limited au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
URL Officiel https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
Description The language of business
Taille du Fichier 17.2 KB
Nombre d'Installations 386
Version Actuelle 1.8
Dernière Mise à Jour 2021-04-07
Date de Publication 2020-12-29
Développeur HostBooks Limited
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hostbooks.com
URL de la Page d'Aide https://www.hostbooks.com/in/contact-us
URL de la Page de Politique de Confidentialité https://www.hostbooks.com/in/privacy-policy
Langues Prises en Charge 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
}