Ecustsd signature on website
Thaison Technology Development Co., Ltd
什么是Ecustsd signature on website?
Ecustsd signature on website是由minhmx2207开发的Chrome扩展程序,该扩展的主要功能是“Thaison Technology Development Co., Ltd”。
扩展截图
下载Ecustsd signature on website扩展crx文件
下载Ecustsd signature on website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } } |