CaribShopper

Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.

Cos'è CaribShopper?

CaribShopper è un'estensione di Chrome sviluppata da https://app.caribshopper.com, e la sua funzione principale è "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CaribShopper

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

                        Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries. We have a unique system built to support Caribbean consumers who want to buy directly from USA stores.                    

Informazioni di Base sull'Estensione

Nome CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
URL Ufficiale https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Descrizione Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Dimensione del File 251 KB
Conteggio Installazioni 345
Versione Corrente 2.1.3
Ultimo Aggiornamento 2017-11-23
Data di Pubblicazione 2017-11-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://app.caribshopper.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.caribshopper.com/
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html",
        "default_title": "CaribShopper"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "scr.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.",
    "icons": {
        "128": "images\/128.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "CaribShopper",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "CS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.3",
    "web_accessible_resources": [
        "*.*"
    ]
}