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....) 擴展基本資訊
| 名稱 | |
| ID | ljelghodcnccegncomkbfpkacbkagecf |
| 官方網址 | 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\/*"
]
}
} | |