CaribShopper

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

Qu'est-ce que CaribShopper ?

CaribShopper est une extension Chrome développée par https://app.caribshopper.com, et sa fonction principale est "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CaribShopper

Téléchargez les fichiers d'extension CaribShopper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
URL Officiel 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.
Taille du Fichier 251 KB
Nombre d'Installations 345
Version Actuelle 2.1.3
Dernière Mise à Jour 2017-11-23
Date de Publication 2017-11-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://app.caribshopper.com
Type de Paiement free
Site Web de l'Extension http://www.caribshopper.com/
Langues Prises en Charge 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": [
        "*.*"
    ]
}