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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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 } |