CaribShopper

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

Hvad er CaribShopper?

CaribShopper er en Chrome-udvidelse udviklet af https://app.caribshopper.com, og dens hovedfunktion er "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CaribShopper-udvidelses-CRX-fil

Download CaribShopper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Officiel URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Beskrivelse Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Filstørrelse 251 KB
Antal Installationer 345
Nuværende Version 2.1.3
Senest Opdateret 2017-11-23
Udgivelsesdato 2017-11-23
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://app.caribshopper.com
Betalingsmetode free
Udvidelseswebsted http://www.caribshopper.com/
Understøttede Sprog 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": [
        "*.*"
    ]
}