Income Tax Credential Manager
Browser Extension for managing Income Tax website credentials with one-click copy-paste functionality
Income Tax Credential Manager क्या है?
Income Tax Credential Manager https://erpcloudanalysis.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Extension for managing Income Tax website credentials with one-click copy-paste functionality"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Income Tax Credential Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a browser extension of easy management of your client credential of Income Tax. It is loaded with following functionalities 1) One-click Paste button to auto-fill User ID and password on https://www.incometaxindiaefiling.gov.in login page 2) Searching client by name instead of complicated PAN 3) Copy-Paste based import of multiple client credentials via simple Excel template 4) Quick export (or backup) of client credentials to Excel file Extension maintains complete privacy of credentials as they are stored there itself in browser storage (specific to that PC). Extension does not sends any data to external website. As part of Open-Source inititative and for maintaining complete transparency, source code of this extension is made available on below URL https://github.com/dhananjay1405/income-tax-credential-manager For any queries, doubts, issue, feedback, suggesations please contact developer Developed & Maintained by: CA Dhananjay Gokhale Email: [email protected] Whatsapp/Telegram: (+91) 90284-63366
एक्सटेंशन की मूल जानकारी
नाम | Income Tax Credential Manager |
ID | fcoeelnejimjadoffcopbkkcbggfmmfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/income-tax-credential-man/fcoeelnejimjadoffcopbkkcbggfmmfa |
विवरण | Browser Extension for managing Income Tax website credentials with one-click copy-paste functionality |
फ़ाइल का आकार | 42.17 KB |
स्थापना संख्या | 577 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-07-15 |
प्रकाशन तिथि | 2020-07-14 |
डेवलपर | https://erpcloudanalysis.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://erpcloudanalysis.in/utility/income-tax-credential-manager |
सहायता पृष्ठ URL | https://erpcloudanalysis.in/utility/income-tax-credential-manager |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Income Tax Credential Manager", "version": "1.0", "description": "Browser Extension for managing Income Tax website credentials with one-click copy-paste functionality", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/portal.incometaxindiaefiling.gov.in\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "clipboardWrite" ], "manifest_version": 2, "minimum_chrome_version": "66" } |