Plus GSTIN Checker
Check GSTIN extension by www.aakashinfo.com
What is Plus GSTIN Checker?
Plus GSTIN Checker is a Chrome extension developed by http://www.aakashinfo.com, and its main feature is "Check GSTIN extension by www.aakashinfo.com".
Extension Screenshots
Download Plus GSTIN Checker Extension CRX File
Download Plus GSTIN Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to Verify Party Detail From GST No.
Extension Basic Information
Name | |
ID | lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
Official URL | https://chrome.google.com/webstore/detail/plus-gstin-checker/lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
Description | Check GSTIN extension by www.aakashinfo.com |
File Size | 40.34 KB |
Installation Count | 626 |
Current Version | 1.0 |
Last Updated | 2018-10-25 |
Publish Date | 2018-10-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.aakashinfo.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://aakashinfo.com/terms.htm |
Supported Languages | 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" } |