HostBooks Limited
The language of business
Apa itu HostBooks Limited?
HostBooks Limited adalah ekstensi Chrome yang dikembangkan oleh HostBooks Limited, dan fitur utamanya adalah "The language of business".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HostBooks Limited
Unduh file ekstensi HostBooks Limited dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mfaogecgdmafjlajbpdiilaejbhpcbib |
URL Resmi | https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib |
Deskripsi | The language of business |
Ukuran File | 17.2 KB |
Jumlah Instalasi | 386 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2021-04-07 |
Tanggal Publikasi | 2020-12-29 |
Pengembang | HostBooks Limited |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.hostbooks.com |
URL Halaman Bantuan | https://www.hostbooks.com/in/contact-us |
URL Halaman Kebijakan Privasi | https://www.hostbooks.com/in/privacy-policy |
Bahasa yang Didukung | 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 } |