Ecustsd signature on website

Thaison Technology Development Co., Ltd

O que é Ecustsd signature on website?

Ecustsd signature on website é uma extensão do Chrome desenvolvida por minhmx2207, e sua principal característica é "Thaison Technology Development Co., Ltd".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ecustsd signature on website

Baixe arquivos de extensão Ecustsd signature on website no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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....)                    

Informações Básicas da Extensão

Nome Ecustsd signature on website Ecustsd signature on website
ID ljelghodcnccegncomkbfpkacbkagecf
URL Oficial https://chromewebstore.google.com/detail/ecustsd-signature-on-webs/ljelghodcnccegncomkbfpkacbkagecf
Descrição Thaison Technology Development Co., Ltd
Tamanho do Arquivo 26.69 KB
Contagem de Instalações 32,397
Versão Atual 1.1
Última Atualização 2021-07-31
Data de Publicação 2021-06-19
Desenvolvedor minhmx2207
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}