Taobao-coupon
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Taobao-couponคืออะไร?
Taobao-coupon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Opentao และคุณลักษณะหลักของมันคือ "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taobao-coupon
ดาวน์โหลดไฟล์ส่วนขยาย Taobao-coupon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dabheldlejolihkpmjnjhcgcojlgmfae |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
| คำอธิบาย | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
| ขนาดไฟล์ | 76.33 KB |
| จำนวนการติดตั้ง | 110 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2023-04-25 |
| วันที่เผยแพร่ | 2020-09-08 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Opentao |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://opentao.cloud |
| URL หน้าช่วยเหลือ | https://opentao.cloud |
| URL หน้านโยบายความเป็นส่วนตัว | https://opentao.cloud/privacy-policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"content.css"
],
"js": [
"libs\/crypto-js.min.js",
"content.js"
],
"matches": [
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.opentao.cloud\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"description": "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.",
"icons": {
"128": "images\/logo_128x128.png",
"16": "images\/logo_16x16.png",
"48": "images\/logo_48x48.png"
},
"manifest_version": 3,
"author": "[email protected]",
"name": "Taobao-coupon",
"permissions": [
"scripting",
"tabs",
"activeTab",
"declarativeNetRequest"
],
"version": "1.1",
"action": {
"default_icon": "images\/logo_32x32.png"
},
"content_security_policy": [],
"host_permissions": [
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.opentao.cloud\/*"
]
} | |