DropshiePaste

DropshiePaste

Cos'è DropshiePaste?

DropshiePaste è un'estensione di Chrome sviluppata da https://dropshie.com, e la sua funzione principale è "DropshiePaste".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DropshiePaste

Scarica i file di estensione DropshiePaste 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

                        Copy and paste addresses and fulfill orders for your dropshipping business super fast and super easy. 
Always improving based on your feedback, always giving you more than you expect! 


At DROPshie we have one goal, to automate your productivity!
visit dropshie.com                    

Informazioni di Base sull'Estensione

Nome DropshiePaste DropshiePaste
ID maggmfgfhkjaapchnkpdkkchmchpnfjg
URL Ufficiale https://chromewebstore.google.com/detail/dropshiepaste/maggmfgfhkjaapchnkpdkkchmchpnfjg
Descrizione DropshiePaste
Dimensione del File 87.13 KB
Conteggio Installazioni 48
Versione Corrente 3.7.4
Ultimo Aggiornamento 2020-12-04
Data di Pubblicazione 2019-07-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://dropshie.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DropshiePaste",
    "description": "DropshiePaste",
    "version": "3.7.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "DropshiePaste"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/k2b-bulk.ebay.co.uk\/*",
                "https:\/\/k2b-bulk.ebay.com\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/*.dropshie.com\/*"
            ],
            "js": [
                "content.js",
                "content3.js",
                "jquery-3.1.0.min.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.aosom.co.uk\/*",
                "https:\/\/www.aosom.ca\/*",
                "https:\/\/www.aosom.com\/*",
                "https:\/\/www.costco.com\/*",
                "https:\/\/www.costco.co.uk\/*",
                "https:\/\/www.zooplus.co.uk\/checkout*",
                "https:\/\/www.zooplus.de\/checkout*",
                "https:\/\/www.thinkgeek.com\/brain\/checkout*",
                "https:\/\/www.petplanet.co.uk\/purchase\/*",
                "https:\/\/www.costco.ca\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.overstock.com\/*",
                "https:\/\/www.overstock.ca\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/*.homedepot.com\/*",
                "https:\/\/www.vidaxl.com\/checkout\/*",
                "https:\/\/www.vidaxl.co.uk\/checkout\/*",
                "https:\/\/www.vidaxl.com.au\/checkout\/*"
            ],
            "js": [
                "content2.js",
                "content3.js",
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "management",
        "*:\/\/*.dropshie.com\/*",
        "https:\/\/livetest.torpec.com\/*",
        "https:\/\/live.torpec.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.au\/*"
    ]
}