Security Token Signing - mifi.vn

The extension MatBao security token signing online.

Security Token Signing - mifi.vn란 무엇입니까?

Security Token Signing - mifi.vn은(는) matbaocorporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension MatBao security token signing online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Security Token Signing - mifi.vn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Security Token Signing - Hoa Don Dien Tu Mat Bao                    

확장 프로그램 기본 정보

이름 Security Token Signing - mifi.vn Security Token Signing - mifi.vn
ID gbafbhpddompbjonomcnpgfbkncdleea
공식 URL https://chromewebstore.google.com/detail/security-token-signing-mi/gbafbhpddompbjonomcnpgfbkncdleea
설명 The extension MatBao security token signing online.
파일 크기 47.71 KB
설치 횟수 1,564
현재 버전 1.4.4
최근 업데이트 2022-03-31
출시 날짜 2019-04-24
평점 5.00/5 총 4 개의 평점
개발자 matbaocorporation
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.matbao.net/thong-tin/thoa-thuan-su-dung.html
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Security Token Signing - mifi.vn",
    "version": "1.4.4",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "The extension MatBao security token signing online.",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/matbao.net\/*",
                "*:\/\/*\/*.svg",
                "*:\/\/*.gdt.gov.vn\/*",
                "*:\/\/*.baohiemxahoi.gov.vn\/*",
                "*:\/\/*.customs.gov.vn\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}