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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Extension for managing TDS website credentials with one-click copy-paste functionality"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TDS Credential Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}