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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } } |