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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for one to fill-up username / passwords of various clients in a click on GST website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GST Credential Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}