Dropskip
Get discounts on products.
Vad är Dropskip?
Dropskip är en Chrome-tillägg utvecklad av Keyring Inc., och dess huvudfunktion är "Get discounts on products.".
Tilläggsskärmbilder
Ladda ner Dropskip-förlängningens CRX-fil
Ladda ner Dropskip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
😟 ⚠️ 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.
Grundläggande Information om Tillägg
Namn | |
ID | ljbabmogpanmbgbkoclkdahfnchccalm |
Officiell webbadress | https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm |
Beskrivning | Get discounts on products. |
Filstorlek | 739 KB |
Antal Installationer | 92 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-11-26 |
Publiceringsdatum | 2020-11-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Keyring Inc. |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://keyring.webflow.io/terms |
Stödda Språk | 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" ] } |