HostBooks Limited
The language of business
HostBooks Limited क्या है?
HostBooks Limited HostBooks Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The language of business"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HostBooks Limited एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |