Dropskip

Get discounts on products.

Τι είναι το Dropskip;

Το Dropskip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keyring Inc., και η κύρια λειτουργία του είναι "Get discounts on products.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dropskip

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dropskip Dropskip
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"
    ]
}