myGSTcafe

This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.

myGSTcafe란 무엇입니까?

myGSTcafe은(는) https://mygstcafe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

myGSTcafe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.                    

확장 프로그램 기본 정보

이름 myGSTcafe myGSTcafe
ID kalfcfpaabnmkndhefnijjhcndjhnijc
공식 URL https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc
설명 This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
파일 크기 110 KB
설치 횟수 14,469
현재 버전 0.0.91
최근 업데이트 2023-06-22
출시 날짜 2020-02-19
평점 4.63/5 총 16 개의 평점
개발자 https://mygstcafe.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mygstcafe.com/
개인정보 보호 정책 페이지 URL http://mygstcafe.com/Privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myGSTcafe",
    "manifest_version": 2,
    "default_locale": "en_US",
    "offline_enabled": false,
    "description": "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc.  and many more.",
    "author": "Satish Bhatia",
    "version": "0.0.91",
    "permissions": [
        "https:\/\/www.gst.gov.in\/*",
        "https:\/\/services.gst.gov.in\/*",
        "https:\/\/return.gst.gov.in\/*",
        "https:\/\/fogstr4.gst.gov.in\/*",
        "https:\/\/payment.gst.gov.in\/*",
        "http:\/\/mygstcafe.com\/*",
        "https:\/\/mygstcafe.com\/*",
        "http:\/\/localhost\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.2.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.gst.gov.in\/*",
                "https:\/\/services.gst.gov.in\/*",
                "https:\/\/return.gst.gov.in\/*",
                "https:\/\/fogstr4.gst.gov.in\/*",
                "https:\/\/payment.gst.gov.in\/*",
                "http:\/\/mygstcafe.com\/*",
                "https:\/\/mygstcafe.com\/*",
                "http:\/\/localhost\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "myGSTcafe",
        "default_icon": "icon16.png"
    },
    "web_accessible_resources": [
        "icon16.png"
    ]
}