AliScout
Find the Amazon product on AliExpress
AliScoutคืออะไร?
AliScout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Mak และคุณลักษณะหลักของมันคือ "Find the Amazon product on AliExpress"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliScout
ดาวน์โหลดไฟล์ส่วนขยาย AliScout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them. How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window. The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. Current version is still in beta test, so please contact the developer if you encounter any issues.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
คำอธิบาย | Find the Amazon product on AliExpress |
ขนาดไฟล์ | 78.8 KB |
จำนวนการติดตั้ง | 744 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2021-02-16 |
วันที่เผยแพร่ | 2021-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Tim Mak |
อีเมล | [email protected] |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliScout", "manifest_version": 2, "version": "0.9", "description": "Find the Amazon product on AliExpress", "defaul_locale": "en", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "https:\/\/timmak.pythonanywhere.com\/" ], "browser_action": { "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |