CaribShopper

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

Wat is CaribShopper?

CaribShopper is een Chrome-extensie ontwikkeld door https://app.caribshopper.com, en de belangrijkste functie is "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CaribShopper

Download CaribShopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Officiële URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Beschrijving Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Bestandsgrootte 251 KB
Aantal Installaties 345
Huidige Versie 2.1.3
Laatst Bijgewerkt 2017-11-23
Publicatiedatum 2017-11-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://app.caribshopper.com
Betalingswijze free
Extensiewebsite http://www.caribshopper.com/
Ondersteunde Talen 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": [
        "*.*"
    ]
}