TDS Credential Manager
Browser Extension for managing TDS website credentials with one-click copy-paste functionality
TDS Credential Managerとは何ですか?
TDS Credential Managerはhttps://erpcloudanalysis.inによって開発されたChromeの拡張機能で、その主な機能は「Browser Extension for managing TDS website credentials with one-click copy-paste functionality」です。
拡張機能のスクリーンショット
TDS Credential Manager拡張機能のCRXファイルをダウンロード
TDS Credential Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a one-click solution for automated copy-paste (or auto-populate in technical terms) of various fields on login page of tdscpc.gov.in website, which otherwise manually takes almost 40-60 seconds. Extension manages and store list of client with respective information/credentials list in browser storage for quick selection of client. It supports import of client information/credential list from Excel into extension memory using by grabing Excel clipboard data. Also export for backup is supported in the form of copy to clipboard in the form of Excel data Source of the add-in availble on GitHub https://github.com/dhananjay1405/tds-credential-manager-extension Latest Version: 1.1 Bug Fixes: Copy to Excel button was not working, hence its functionality is now fixed.
拡張機能の基本情報
名前 | TDS Credential Manager |
ID | hmcgibgejmeoolpgjcjfmlphldpgjpce |
公式URL | https://chromewebstore.google.com/detail/tds-credential-manager/hmcgibgejmeoolpgjcjfmlphldpgjpce |
説明 | Browser Extension for managing TDS website credentials with one-click copy-paste functionality |
ファイルサイズ | 44.36 KB |
インストール数 | 238 |
現在のバージョン | 1.1 |
最終更新日 | 2020-07-03 |
公開日 | 2020-07-02 |
開発者 | https://erpcloudanalysis.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://erpcloudanalysis.in/utility/tds-credential-manager |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TDS Credential Manager", "version": "1.1", "description": "Browser Extension for managing TDS website credentials with one-click copy-paste functionality", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.tdscpc.gov.in\/app\/login.xhtml" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "clipboardWrite" ], "manifest_version": 2, "minimum_chrome_version": "66" } |