CaribShopper

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

O que é CaribShopper?

CaribShopper é uma extensão do Chrome desenvolvida por https://app.caribshopper.com, e sua principal característica é "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CaribShopper

Baixe arquivos de extensão CaribShopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
URL Oficial https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Descrição Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Tamanho do Arquivo 251 KB
Contagem de Instalações 345
Versão Atual 2.1.3
Última Atualização 2017-11-23
Data de Publicação 2017-11-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://app.caribshopper.com
Tipo de Pagamento free
Site da Extensão http://www.caribshopper.com/
Idiomas Suportados 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": [
        "*.*"
    ]
}