Dropskip

Get discounts on products.

Cos'è Dropskip?

Dropskip è un'estensione di Chrome sviluppata da Keyring Inc., e la sua funzione principale è "Get discounts on products.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dropskip

Scarica i file di estensione Dropskip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        😟  ⚠️  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.                    

Informazioni di Base sull'Estensione

Nome Dropskip Dropskip
ID ljbabmogpanmbgbkoclkdahfnchccalm
URL Ufficiale https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm
Descrizione Get discounts on products.
Dimensione del File 739 KB
Conteggio Installazioni 92
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-11-26
Data di Pubblicazione 2020-11-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Keyring Inc.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://keyring.webflow.io/terms
Lingue Supportate 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"
    ]
}