myGSTcafe
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
myGSTcafeとは何ですか?
myGSTcafeはhttps://mygstcafe.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.」です。
拡張機能のスクリーンショット
myGSTcafe拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |