HostBooks Limited
The language of business
Cos'è HostBooks Limited?
HostBooks Limited è un'estensione di Chrome sviluppata da HostBooks Limited, e la sua funzione principale è "The language of business".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HostBooks Limited
Scarica i file di estensione HostBooks Limited in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mfaogecgdmafjlajbpdiilaejbhpcbib |
URL Ufficiale | https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib |
Descrizione | The language of business |
Dimensione del File | 17.2 KB |
Conteggio Installazioni | 386 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2021-04-07 |
Data di Pubblicazione | 2020-12-29 |
Sviluppatore | HostBooks Limited |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.hostbooks.com |
URL della Pagina di Aiuto | https://www.hostbooks.com/in/contact-us |
URL della Pagina della Politica sulla Privacy | https://www.hostbooks.com/in/privacy-policy |
Lingue Supportate | 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 } |