HostBooks Limited
The language of business
Vad är HostBooks Limited?
HostBooks Limited är en Chrome-tillägg utvecklad av HostBooks Limited, och dess huvudfunktion är "The language of business".
Tilläggsskärmbilder
Ladda ner HostBooks Limited-förlängningens CRX-fil
Ladda ner HostBooks Limited-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mfaogecgdmafjlajbpdiilaejbhpcbib |
Officiell webbadress | https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib |
Beskrivning | The language of business |
Filstorlek | 17.2 KB |
Antal Installationer | 386 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2021-04-07 |
Publiceringsdatum | 2020-12-29 |
Utvecklare | HostBooks Limited |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.hostbooks.com |
Hjälpsida URL | https://www.hostbooks.com/in/contact-us |
URL till Sekretesspolicy Sidan | https://www.hostbooks.com/in/privacy-policy |
Stödda Språk | 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 } |