Plus GSTIN Checker
Check GSTIN extension by www.aakashinfo.com
Plus GSTIN Checkerとは何ですか?
Plus GSTIN Checkerはhttp://www.aakashinfo.comによって開発されたChromeの拡張機能で、その主な機能は「Check GSTIN extension by www.aakashinfo.com」です。
拡張機能のスクリーンショット
Plus GSTIN Checker拡張機能のCRXファイルをダウンロード
Plus GSTIN Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to Verify Party Detail From GST No.
拡張機能の基本情報
名前 | |
ID | lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
公式URL | https://chrome.google.com/webstore/detail/plus-gstin-checker/lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
説明 | Check GSTIN extension by www.aakashinfo.com |
ファイルサイズ | 40.34 KB |
インストール数 | 626 |
現在のバージョン | 1.0 |
最終更新日 | 2018-10-25 |
公開日 | 2018-10-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://www.aakashinfo.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://aakashinfo.com/terms.htm |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": "pluslogo.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/services.gst.gov.in\/services\/*" ], "run_at": "document_end" } ], "description": "Check GSTIN extension by www.aakashinfo.com", "icons": { "128": "pluslogo.png" }, "manifest_version": 2, "name": "Plus GSTIN Checker", "permissions": [ "activeTab", "clipboardRead" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |