Dropskip
Get discounts on products.
Dropskip là gì?
Dropskip là một tiện ích mở rộng Chrome được phát triển bởi Keyring Inc., và tính năng chính của nó là "Get discounts on products.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dropskip
Tải xuống các tệp mở rộng Dropskip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
😟 ⚠️ 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljbabmogpanmbgbkoclkdahfnchccalm |
URL Chính Thức | https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm |
Mô tả | Get discounts on products. |
Kích Thước Tệp | 739 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-11-26 |
Ngày Phát Hành | 2020-11-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Keyring Inc. |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://keyring.webflow.io/terms |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |