CaribShopper

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

Co to jest CaribShopper?

CaribShopper to rozszerzenie Chrome opracowane przez https://app.caribshopper.com, a jego główną funkcją jest „Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CaribShopper

Pobierz pliki rozszerzeń CaribShopper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Oficjalny URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Opis Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Rozmiar pliku 251 KB
Liczba instalacji 345
Aktualna Wersja 2.1.3
Ostatnia Aktualizacja 2017-11-23
Data Publikacji 2017-11-23
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://app.caribshopper.com
Typ Płatności free
Strona Rozszerzenia http://www.caribshopper.com/
Obsługiwane Języki 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": [
        "*.*"
    ]
}