Tit247 - Order made easy
Tit247 - Order made easy
Tit247 - Order made easy란 무엇입니까?
Tit247 - Order made easy은(는) https://tit247.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tit247 - Order made easy"입니다.
확장 프로그램 스크린샷
Tit247 - Order made easy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It helps you to view and compare product prices. You can view all product variants in the same information sheet, compare information, and translate product information from Chinese to English. You can select and add multiple products to the cart simultaneously instead of just choosing one as the default. The application helps you check the website's sellers' reputation, helping you make more informed purchasing decisions.
확장 프로그램 기본 정보
이름 | Tit247 - Order made easy |
ID | lgimenkeeeganfgnkjgddjppkpiopjho |
공식 URL | https://chromewebstore.google.com/detail/tit247-order-made-easy/lgimenkeeeganfgnkjgddjppkpiopjho |
설명 | Tit247 - Order made easy |
파일 크기 | 105 KB |
설치 횟수 | 50 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2023-05-10 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://tit247.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.tit247.com |
지원되는 언어 | en |
manifest.json | |
{ "action": { "default_icon": "images\/tit247_128.png", "default_title": "Tit247 - Order made easy" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery-3.5.0.min.js", "js\/config.js", "js\/background.js", "js\/script.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Tit247 - Order made easy", "icons": { "128": "images\/tit247_128.png", "16": "images\/tit247_16.png", "32": "images\/tit247_32.png", "64": "images\/tit247_64.png" }, "manifest_version": 3, "name": "Tit247 - Order made easy", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ], "resources": [ "css\/main.css", "js\/jquery-3.5.0.min.js", "js\/config.js", "js\/background.js", "js\/script.js", "js\/1688_script.js", "js\/taobao_script.js", "js\/tmall_script.js", "images\/tit247_logo.png" ] } ] } |