Dropskip
Get discounts on products.
什么是Dropskip?
Dropskip是由Keyring Inc.开发的Chrome扩展程序,该扩展的主要功能是“Get discounts on products.”。
扩展截图
下载Dropskip扩展crx文件
下载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" ] } |