GST Credential Manager

An extension for one to fill-up username / passwords of various clients in a click on GST website

GST Credential Manager क्या है?

GST Credential Manager https://erpcloudanalysis.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for one to fill-up username / passwords of various clients in a click on GST website"।

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

screenshot
screenshot

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

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

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

                        Entering GST username and password of clients is a time consuming task. Add to it, password field cannot be copy-pasted as this action is blocked for this field. This credential manager is a handy extension for storing and automation copy/paste of username and password of clients in just one click. Store the name of the client and GST login username/password of multiple clients. Before login, just select the client name from the dropdown and press "Paste" button, which shall automatically fill up stored username/password on GST login page. The extension is free of Cost.

Note:
1) GST Credentials of client are stored by extension in your browser's storage and not on cloud. Extension may prompt you an option to sync data while installation. Please refrain from using that sync option
2) Clearing browser storage (or cache) will delete the credentials stored by extension.

For any suggesation or feedback or reporting bug, kindly
email at [email protected]
or whatsapp on +919028463366

Extension Developed by: Dhananjay Gokhale

Bug Fixes:
1.1 [27-Nov-2019]: Update button working was fixed                    

एक्सटेंशन की मूल जानकारी

नाम GST Credential Manager GST Credential Manager
ID bjgoclnaikhcakddfddjalaoelgmhgif
आधिकारिक URL https://chromewebstore.google.com/detail/gst-credential-manager/bjgoclnaikhcakddfddjalaoelgmhgif
विवरण An extension for one to fill-up username / passwords of various clients in a click on GST website
फ़ाइल का आकार 40.84 KB
स्थापना संख्या 4,273
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-11-27
प्रकाशन तिथि 2019-11-27
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर https://erpcloudanalysis.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://erpcloudanalysis.in/utility/gst-credential-manager
सहायता पृष्ठ URL https://erpcloudanalysis.in/utility/gst-credential-manager
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GST Credential Manager",
    "version": "1.1",
    "description": "An extension for one to fill-up username \/ passwords of various clients in a click on GST website",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/services.gst.gov.in\/services\/login"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "downloads"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "45"
}