CaribShopper

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

Apa itu CaribShopper?

CaribShopper adalah ekstensi Chrome yang dikembangkan oleh https://app.caribshopper.com, dan fitur utamanya adalah "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CaribShopper

Unduh file ekstensi CaribShopper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
URL Resmi https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Deskripsi Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Ukuran File 251 KB
Jumlah Instalasi 345
Versi Saat Ini 2.1.3
Terakhir Diperbarui 2017-11-23
Tanggal Publikasi 2017-11-23
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://app.caribshopper.com
Tipe Pembayaran free
Situs Ekstensi http://www.caribshopper.com/
Bahasa yang Didukung 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": [
        "*.*"
    ]
}