CaribShopper

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

Что такое CaribShopper?

CaribShopper - это расширение Chrome, разработанное https://app.caribshopper.com, и его основная функция - "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения CaribShopper

Скачайте файлы расширений CaribShopper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Официальный URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Описание Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Размер файла 251 KB
Количество установок 345
Текущая Версия 2.1.3
Последнее Обновление 2017-11-23
Дата публикации 2017-11-23
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://app.caribshopper.com
Тип оплаты free
Официальный сайт расширения http://www.caribshopper.com/
Поддерживаемые языки 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": [
        "*.*"
    ]
}