Ecustsd signature on website
Thaison Technology Development Co., Ltd
Ecustsd signature on websiteคืออะไร?
Ecustsd signature on website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minhmx2207 และคุณลักษณะหลักของมันคือ "Thaison Technology Development Co., Ltd"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecustsd signature on website
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } } |