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によって開発されたChromeの拡張機能で、その主な機能は「Browser Extension for managing Income Tax website credentials with one-click copy-paste functionality」です。

拡張機能のスクリーンショット

screenshot

Income Tax Credential Manager拡張機能のCRXファイルをダウンロード

Income Tax Credential Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}