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. |
Eメール | [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" ] } |