Plus GSTIN Checker
Check GSTIN extension by www.aakashinfo.com
Cos'è Plus GSTIN Checker?
Plus GSTIN Checker è un'estensione di Chrome sviluppata da http://www.aakashinfo.com, e la sua funzione principale è "Check GSTIN extension by www.aakashinfo.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plus GSTIN Checker
Scarica i file di estensione Plus GSTIN Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This Extension helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to Verify Party Detail From GST No.
Informazioni di Base sull'Estensione
Nome | |
ID | lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
URL Ufficiale | https://chrome.google.com/webstore/detail/plus-gstin-checker/lcdehjkbbgnmcdmilepdpgjfkhkbcoch |
Descrizione | Check GSTIN extension by www.aakashinfo.com |
Dimensione del File | 40.34 KB |
Conteggio Installazioni | 626 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-10-25 |
Data di Pubblicazione | 2018-10-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.aakashinfo.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://aakashinfo.com/terms.htm |
Lingue Supportate | 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" } |