TDSBuddy.in
Automation of Tax Payment System
Qu'est-ce que TDSBuddy.in ?
TDSBuddy.in est une extension Chrome développée par tdsbuddy, et sa fonction principale est "Automation of Tax Payment System".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TDSBuddy.in
Téléchargez les fichiers d'extension TDSBuddy.in au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension helps in your tax filing process. Just click on the extension and it will take you to the income tax website https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp On the website, you'll find an added button from the extension, which by default won't have any data in it, but once you fills the form it saves that data, and let the user fill it automatically the next time you come to the same website. Visit this website for more info: https://tdsbuddy.in Watch this video: https://www.youtube.com/watch?v=2DeXLthwy1g
Informations de Base sur l'Extension
Nom | TDSBuddy.in |
ID | jnjncihbldalfbjfjdenmkgpclamonhj |
URL Officiel | https://chromewebstore.google.com/detail/tdsbuddyin/jnjncihbldalfbjfjdenmkgpclamonhj |
Description | Automation of Tax Payment System |
Taille du Fichier | 62.68 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-10-02 |
Date de Publication | 2019-10-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tdsbuddy |
Type de Paiement | free |
Site Web de l'Extension | https://tdsbuddy.in |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TDSBuddy.in", "short_name": "TDSBuddy", "version": "1.3", "description": "Automation of Tax Payment System", "permissions": [ "tabs", "webNavigation", "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/PopServlet*", "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/SubmitTdsn*", "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/tdsnontds.jsp" ], "browser_action": { "default_popup": "popup.html", "default_title": "TDSBuddy.in", "default_icon": "icon-16.png" }, "manifest_version": 2, "background": { "scripts": [ ".\/js\/background.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/PopServlet*", "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/SubmitTdsn*" ], "js": [ ".\/js\/content.js" ], "css": [ ".\/css\/content.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; default-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com;", "web_accessible_resources": [ "js\/inject.js" ] } |