Dropskip
Get discounts on products.
Dropskipคืออะไร?
Dropskip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keyring Inc. และคุณลักษณะหลักของมันคือ "Get discounts on products."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dropskip
ดาวน์โหลดไฟล์ส่วนขยาย Dropskip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
😟 ⚠️ Before you shop this season, stop to read this. Did you know that the majority of Amazon Sellers post products from one site (usually aliexpress.com) and sell them to you on Amazon at a markup? This is called dropshipping, and it sucks because you could essentially get the same product for less if you only knew where the Seller got it. 🛍 Dropskip finds similar or matching products you're already shopping for at-cost, saving you up to 80% off Amazon prices Yes, really. Install our free Chrome Extension now.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljbabmogpanmbgbkoclkdahfnchccalm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm |
คำอธิบาย | Get discounts on products. |
ขนาดไฟล์ | 739 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-26 |
วันที่เผยแพร่ | 2020-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Keyring Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://keyring.webflow.io/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropskip", "description": "Get discounts on products.", "version": "1.0.1", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "tabs" ] } |