Ecustsd signature on website

Thaison Technology Development Co., Ltd

What is Ecustsd signature on website?

Ecustsd signature on website is a Chrome extension developed by minhmx2207, and its main feature is "Thaison Technology Development Co., Ltd".

Extension Screenshots

screenshot
screenshot

Download Ecustsd signature on website Extension CRX File

Download Ecustsd signature on website 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

                        Extension dùng để ký số các sản phẩm website do Ecus web team phát triển (Hệ thống thu phí Hải Phòng, Hệ thống thu phí TP.Hồ Chí Minh....)                    

Extension Basic Information

Name Ecustsd signature on website Ecustsd signature on website
ID ljelghodcnccegncomkbfpkacbkagecf
Official URL https://chromewebstore.google.com/detail/ecustsd-signature-on-webs/ljelghodcnccegncomkbfpkacbkagecf
Description Thaison Technology Development Co., Ltd
File Size 26.69 KB
Installation Count 32,397
Current Version 1.1
Last Updated 2021-07-31
Publish Date 2021-06-19
Developer minhmx2207
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecustsd signature on website",
    "version": "1.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",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/phtkvcangbien.tphcm.gov.vn\/*",
            "*:\/\/210.2.120.225\/*",
            "*:\/\/210.2.120.226\/*",
            "*:\/\/thuphi.haiphong.gov.vn\/*",
            "*:\/\/113.160.97.58\/*",
            "*:\/\/*.tphcm.gov.vn\/*",
            "*:\/\/*.hochiminhcity.gov.vn\/*",
            "*:\/\/*.haiphong.gov.vn\/*",
            "*:\/\/*.danang.gov.vn\/*",
            "*:\/\/localhost\/*"
        ]
    }
}