GST Credential Manager

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

GST Credential Manager là gì?

GST Credential Manager là một tiện ích mở rộng Chrome được phát triển bởi https://erpcloudanalysis.in, và tính năng chính của nó là "An extension for one to fill-up username / passwords of various clients in a click on GST website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GST Credential Manager

Tải xuống các tệp mở rộng GST Credential Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GST Credential Manager GST Credential Manager
ID bjgoclnaikhcakddfddjalaoelgmhgif
URL Chính Thức https://chromewebstore.google.com/detail/gst-credential-manager/bjgoclnaikhcakddfddjalaoelgmhgif
Mô tả An extension for one to fill-up username / passwords of various clients in a click on GST website
Kích Thước Tệp 40.84 KB
Số Lần Cài Đặt 4,273
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-27
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://erpcloudanalysis.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://erpcloudanalysis.in/utility/gst-credential-manager
URL Trang Trợ Giúp https://erpcloudanalysis.in/utility/gst-credential-manager
Ngôn Ngữ Được Hỗ Trợ 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"
}