11st price tracker
AliPrice - your shopping assistant for 11st and Auction.
11st price trackerคืออะไร?
11st price tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice3 และคุณลักษณะหลักของมันคือ "AliPrice - your shopping assistant for 11st and Auction."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 11st price tracker
ดาวน์โหลดไฟล์ส่วนขยาย 11st price tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is a shopping assistant for Korean buyers on 11st.co.kr, Auction.co.kr, Stylenanda.com, Kurly.com, Main features: - Price history within 3 or 6 months - Price drop alert - Shortcuts If you have any problems or advice, please feel free to contact us https://www.aliprice.com/information/index/page/contact We only collect anonymous information. We may use technologies such as cookies (small files stored by the browser), web beacons, or unique device identifiers to anonymously identify your computer or device to provide you with a better experience, as well as the browser, operating system and IP address. We also record the same information. For more information, see Privacy Policy-https://www.aliprice.com/information/index?page=privacy Stylenanda is a trademark of stylenanda.com, Inc. This extension is not written or endorsed by Stylenanda. Kurly is a trademark of Kurly.com, Inc. This extension is not created or endorsed by Kurly. 11st is a trademark of 11st.co.kr, Inc. This extension was not made or endorsed by 11st. Auction is a trademark of Auction.co.kr, Inc. This extension is not made or endorsed by Auction. You can use Google Analytics to collect anonymous usage statistics to improve your user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout. Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice Firefox/Opera(AliExpress, Alibaba, Amazon, 1688, eBay, Shopee, etc.): http://aliprice.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 11st price tracker |
ID | cchgmakonofghdemfkaijlnhgdajpedo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/11st-price-tracker/cchgmakonofghdemfkaijlnhgdajpedo |
คำอธิบาย | AliPrice - your shopping assistant for 11st and Auction. |
ขนาดไฟล์ | 1.64 MB |
จำนวนการติดตั้ง | 233 |
เวอร์ชันปัจจุบัน | 3.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-17 |
วันที่เผยแพร่ | 2020-07-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | aliprice3 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.aliprice.com/ |
URL หน้าช่วยเหลือ | https://www.aliprice.com/information/index?page=contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.aliprice.com/information/index/page/privacy |
ภาษาที่รองรับ | en,ko |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "version": "3.0.1", "manifest_version": 3, "default_locale": "ko", "homepage_url": "https:\/\/www.aliprice.com?ext_id=10207&channel=chrome&platform=ali_korean&version=3.0.1&browser=chrome&mv=3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/chunk-common.js", "assets\/js\/chunk-vendors.js", "assets\/js\/content-script.js" ], "css": [ "assets\/css\/chunk-common.css", "assets\/css\/content-script.css" ], "matches": [ "*:\/\/*.11st.co.kr\/*", "*:\/\/*.auction.co.kr\/*", "*:\/\/*.kurly.com\/*", "*:\/\/*.stylenanda.com\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "permissions": [ "alarms", "contextMenus", "cookies", "notifications", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.11st.co.kr\/*", "*:\/\/*.aliprice.com\/*", "*:\/\/*.auction.co.kr\/*", "*:\/\/*.kurly.com\/*", "*:\/\/*.stylenanda.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.11st.co.kr\/*", "*:\/\/*.auction.co.kr\/*", "*:\/\/*.kurly.com\/*", "*:\/\/*.stylenanda.com\/*" ], "resources": [ "assets\/*" ] } ] } |