HostBooks Limited

The language of business

HostBooks Limitedとは何ですか?

HostBooks LimitedはHostBooks Limitedによって開発されたChromeの拡張機能で、その主な機能は「The language of business」です。

拡張機能のスクリーンショット

HostBooks Limited拡張機能のCRXファイルをダウンロード

HostBooks Limited拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
公式URL https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
説明 The language of business
ファイルサイズ 17.2 KB
インストール数 386
現在のバージョン 1.8
最終更新日 2021-04-07
公開日 2020-12-29
開発者 HostBooks Limited
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.hostbooks.com
ヘルプページのURL https://www.hostbooks.com/in/contact-us
プライバシーポリシーページのURL https://www.hostbooks.com/in/privacy-policy
対応言語 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
}