myGSTcafe
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
myGSTcafeคืออะไร?
myGSTcafe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mygstcafe.com และคุณลักษณะหลักของมันคือ "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย myGSTcafe
ดาวน์โหลดไฟล์ส่วนขยาย myGSTcafe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | myGSTcafe |
ID | kalfcfpaabnmkndhefnijjhcndjhnijc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc |
คำอธิบาย | This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more. |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 14,469 |
เวอร์ชันปัจจุบัน | 0.0.91 |
อัปเดตครั้งล่าสุด | 2023-06-22 |
วันที่เผยแพร่ | 2020-02-19 |
คะแนน | 4.63/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://mygstcafe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mygstcafe.com/ |
URL หน้านโยบายความเป็นส่วนตัว | http://mygstcafe.com/Privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "myGSTcafe", "manifest_version": 2, "default_locale": "en_US", "offline_enabled": false, "description": "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.", "author": "Satish Bhatia", "version": "0.0.91", "permissions": [ "https:\/\/www.gst.gov.in\/*", "https:\/\/services.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/fogstr4.gst.gov.in\/*", "https:\/\/payment.gst.gov.in\/*", "http:\/\/mygstcafe.com\/*", "https:\/\/mygstcafe.com\/*", "http:\/\/localhost\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jquery-1.12.2.min.js", "content.js" ], "matches": [ "https:\/\/www.gst.gov.in\/*", "https:\/\/services.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/fogstr4.gst.gov.in\/*", "https:\/\/payment.gst.gov.in\/*", "http:\/\/mygstcafe.com\/*", "https:\/\/mygstcafe.com\/*", "http:\/\/localhost\/*" ], "run_at": "document_start" } ], "browser_action": { "default_title": "myGSTcafe", "default_icon": "icon16.png" }, "web_accessible_resources": [ "icon16.png" ] } |