E-Commerce Quick Search
The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!
E-Commerce Quick Searchคืออะไร?
E-Commerce Quick Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blazyerz และคุณลักษณะหลักของมันคือ "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-Commerce Quick Search
ดาวน์โหลดไฟล์ส่วนขยาย E-Commerce Quick Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
E-Commerce Quick Search provides the ability to quickly search product names, UPCs, SKUs and any kind of text on the world's most popular marketplaces in just a few clicks.
How does it work:
1. Highlight any text, UPC or SKU
2. Right click
3. Navigate to "E-Commerce Quick Search"
4. Choose the desired marketplace
5. DONE!
Supported Marketplaces:
- Alibaba
- Aliexpress
- Amazon
- eBay
- Target
- Walmart
We welcome any suggestions for improvements, additional marketplaces or any other feedback ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | khbhihdbghfpfnkigbbhlobjpdniiojk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/e-commerce-quick-search/khbhihdbghfpfnkigbbhlobjpdniiojk |
| คำอธิบาย | The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces! |
| ขนาดไฟล์ | 30.79 KB |
| จำนวนการติดตั้ง | 22 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2020-03-23 |
| วันที่เผยแพร่ | 2020-03-23 |
| ผู้พัฒนา | Blazyerz |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "E-Commerce Quick Search",
"description": "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!",
"version": "0.0.1",
"manifest_version": 2,
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"menu.js",
"marketplaces.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/logo16.png"
},
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
}
} | |