CaribShopper

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

Was ist CaribShopper?

CaribShopper ist eine Chrome-Erweiterung, die von https://app.caribshopper.com entwickelt wurde, und ihr Hauptmerkmal ist "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CaribShopper-Erweiterungs-CRX-Datei herunterladen

Laden Sie CaribShopper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Offizielle URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Beschreibung Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Dateigröße 251 KB
Installationsanzahl 345
Aktuelle Version 2.1.3
Letztes Update 2017-11-23
Veröffentlichungsdatum 2017-11-23
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://app.caribshopper.com
Zahlungsart free
Erweiterungswebsite http://www.caribshopper.com/
Unterstützte Sprachen 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": [
        "*.*"
    ]
}