ThuPhiHaiPhong Signing

Thaison Technology Development Co., Ltd

What is ThuPhiHaiPhong Signing?

ThuPhiHaiPhong Signing is a Chrome extension developed by Thaison Technology Development Co.,Ltd, and its main feature is "Thaison Technology Development Co., Ltd".

Extension Screenshots

screenshot
screenshot

Download ThuPhiHaiPhong Signing Extension CRX File

Download ThuPhiHaiPhong Signing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tiện ích ký số tờ khai nộp phí cho hệ thống thu phí tự động Hải Phòng.
Plugin cài đặt vào trình duyệt Chrome/Cốc Cốc cho phép sử dụng chứng thư số qua USB Token cắm vào máy tính người dùng                    

Extension Basic Information

Name ThuPhiHaiPhong Signing ThuPhiHaiPhong Signing
ID fcgpkijnbahnaclbnphnllblkgdhbnlk
Official URL https://chromewebstore.google.com/detail/thuphihaiphong-signing/fcgpkijnbahnaclbnphnllblkgdhbnlk
Description Thaison Technology Development Co., Ltd
File Size 11.98 KB
Installation Count 8,000
Current Version 1.0.1
Last Updated 2021-07-25
Publish Date 2019-05-17
Developer Thaison Technology Development Co.,Ltd
Email [email protected]
Payment Type free
Extension Website http://thuphi.haiphong.gov.vn/
Help Page URL http://thuphi.haiphong.gov.vn/
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThuPhiHaiPhong Signing",
    "version": "1.0.1",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Thaison Technology Development Co., Ltd",
    "icons": {
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/thuphi.haiphong.gov.vn\/*",
            "*:\/\/113.160.97.58\/*",
            "*:\/\/10.10.10.20\/*",
            "*:\/\/localhost\/*"
        ]
    }
}