Dropskip
Get discounts on products.
Co to jest Dropskip?
Dropskip to rozszerzenie Chrome opracowane przez Keyring Inc., a jego główną funkcją jest „Get discounts on products.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dropskip
Pobierz pliki rozszerzeń Dropskip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
😟 ⚠️ 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ljbabmogpanmbgbkoclkdahfnchccalm |
Oficjalny URL | https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm |
Opis | Get discounts on products. |
Rozmiar pliku | 739 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-11-26 |
Data Publikacji | 2020-11-24 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Keyring Inc. |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://keyring.webflow.io/terms |
Obsługiwane Języki | 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" ] } |