Aliextension
Save Money with Auto-Apply Coupons
Aliextensionคืออะไร?
Aliextension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aliextension.com และคุณลักษณะหลักของมันคือ "Save Money with Auto-Apply Coupons"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aliextension
ดาวน์โหลดไฟล์ส่วนขยาย Aliextension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Suported Stores: Aliexpress, DHGate, SammyDress, SHEIN, Dresslily, FashionMia, Plusinlove, Modlily, Vessos, Zaful. More coming soon. Do you have a sugestion? Let us know at [email protected] Best Aliextension features will analyse price,sellers and products and will find for you coupons, discounts and even same product for cheap price.Your saving will be consistent. WHAT ALIEXTENSION DO? COUPONS AND DISCOUNTS- ALL Aliextension search for discounts and coupons for selected product. DHGATE BRAND FINDER CHEAPER SAME PRODUCTS- ALIEXPRESS Aliextension is able to search and find same products with cheaper price. ALIEXPRESS PRICE HISTORY - ALIEXPRESS You are able to track the price up to 2 months.So you will see when the price is decreased or increased. SELLER ANALYTICS- ALIEXPRESS Analyze the seller for trust level,fast shipping, communication and other criterias. AND MORE FEATURES TO BE DISCOVER. Perfect for saving money and find best products Quick, easy and reliable, just install with 2 clicks and you are ready to use most powerfull Aliexpress extension. Note: Aliextension is a free tool, so some stores can contain affiliate links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfadjmflpnmdnpdjmkidbihlgpjgagjk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aliextension/gfadjmflpnmdnpdjmkidbihlgpjgagjk |
คำอธิบาย | Save Money with Auto-Apply Coupons |
ขนาดไฟล์ | 85.22 KB |
จำนวนการติดตั้ง | 202 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2018-09-18 |
วันที่เผยแพร่ | 2018-09-18 |
คะแนน | 3.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://aliextension.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://aliextension.com |
URL หน้าช่วยเหลือ | https://trustsellers.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://trustsellers.com/privacy-policy |
ภาษาที่รองรับ | en,en-GB,en-US,fr,ro,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliextension", "short_name": "Aliextension Coupons", "icons": { "48": "48.png" }, "version": "1.0.17", "default_locale": "en", "externally_connectable": { "matches": [ "https:\/\/aliextension.com\/*" ] }, "manifest_version": 2, "description": "Save Money with Auto-Apply Coupons", "background": { "persistent": true, "scripts": [ "background.js", "backgroundone.js", "backgroundtwo.js", "injector.js", "ali.js", "else.js", "jquery.min.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "logo.png" }, "web_accessible_resources": [ "asc.css" ], "permissions": [ "contextMenus", "activeTab", "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |