HostBooks Limited
The language of business
HostBooks Limitedคืออะไร?
HostBooks Limited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HostBooks Limited และคุณลักษณะหลักของมันคือ "The language of business"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HostBooks Limited
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |