CaribShopper

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

Vad är CaribShopper?

CaribShopper är en Chrome-tillägg utvecklad av https://app.caribshopper.com, och dess huvudfunktion är "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner CaribShopper-förlängningens CRX-fil

Ladda ner CaribShopper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
Officiell webbadress https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Beskrivning Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Filstorlek 251 KB
Antal Installationer 345
Aktuell Version 2.1.3
Senast Uppdaterad 2017-11-23
Publiceringsdatum 2017-11-23
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://app.caribshopper.com
Betalningssätt free
Tilläggswebbplats http://www.caribshopper.com/
Stödda Språk 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": [
        "*.*"
    ]
}