Ecustsd signature on website

Thaison Technology Development Co., Ltd

ما هو Ecustsd signature on website؟

Ecustsd signature on website هو إضافة Chrome تم تطويرها بواسطة minhmx2207، والميزة الرئيسية لها هي "Thaison Technology Development Co., Ltd".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ecustsd signature on website

قم بتنزيل ملفات الامتداد Ecustsd signature on website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Ecustsd signature on website Ecustsd signature on website
ID ljelghodcnccegncomkbfpkacbkagecf
عنوان URL الرسمي https://chromewebstore.google.com/detail/ecustsd-signature-on-webs/ljelghodcnccegncomkbfpkacbkagecf
الوصف Thaison Technology Development Co., Ltd
حجم الملف 26.69 KB
عدد التثبيتات 32,397
النسخة الحالية 1.1
آخر تحديث 2021-07-31
تاريخ النشر 2021-06-19
المطور minhmx2207
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
        ]
    }
}