Ecustsd signature on website

Thaison Technology Development Co., Ltd

Cos'è Ecustsd signature on website?

Ecustsd signature on website è un'estensione di Chrome sviluppata da minhmx2207, e la sua funzione principale è "Thaison Technology Development Co., Ltd".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ecustsd signature on website

Scarica i file di estensione Ecustsd signature on website in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ecustsd signature on website Ecustsd signature on website
ID ljelghodcnccegncomkbfpkacbkagecf
URL Ufficiale https://chromewebstore.google.com/detail/ecustsd-signature-on-webs/ljelghodcnccegncomkbfpkacbkagecf
Descrizione Thaison Technology Development Co., Ltd
Dimensione del File 26.69 KB
Conteggio Installazioni 32,397
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-31
Data di Pubblicazione 2021-06-19
Sviluppatore minhmx2207
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}