TDS Credential Manager
Browser Extension for managing TDS website credentials with one-click copy-paste functionality
Τι είναι το TDS Credential Manager;
Το TDS Credential Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://erpcloudanalysis.in, και η κύρια λειτουργία του είναι "Browser Extension for managing TDS website credentials with one-click copy-paste functionality".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TDS Credential Manager
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } |