CaribShopper

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

Co je CaribShopper?

CaribShopper je rozšíření Chrome vyvinuté https://app.caribshopper.com, a jeho hlavní funkcí je „Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CaribShopper

Stáhněte si soubory rozšíření CaribShopper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Oficiální URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Popis Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Velikost souboru 251 KB
Počet instalací 345
Aktuální Verze 2.1.3
Poslední Aktualizace 2017-11-23
Datum Vydání 2017-11-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://app.caribshopper.com
Typ Platby free
Webové stránky Rozšíření http://www.caribshopper.com/
Podporované Jazyky 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": [
        "*.*"
    ]
}