CaribShopper

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

What is CaribShopper?

CaribShopper is a Chrome extension developed by https://app.caribshopper.com, and its main feature is "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CaribShopper Extension CRX File

Download CaribShopper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Official URL https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Description Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
File Size 251 KB
Installation Count 345
Current Version 2.1.3
Last Updated 2017-11-23
Publish Date 2017-11-23
Rating 5.00/5 Total 4 Ratings
Developer https://app.caribshopper.com
Payment Type free
Extension Website http://www.caribshopper.com/
Supported Languages 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": [
        "*.*"
    ]
}