CaribShopper

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

ما هو CaribShopper؟

CaribShopper هو إضافة Chrome تم تطويرها بواسطة https://app.caribshopper.com، والميزة الرئيسية لها هي "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CaribShopper

قم بتنزيل ملفات الامتداد CaribShopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
عنوان URL الرسمي https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
الوصف Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
حجم الملف 251 KB
عدد التثبيتات 345
النسخة الحالية 2.1.3
آخر تحديث 2017-11-23
تاريخ النشر 2017-11-23
تقييم 5.00/5 مجموع تقييمات 4
المطور https://app.caribshopper.com
نوع الدفع free
موقع الإضافة http://www.caribshopper.com/
اللغات المدعومة 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": [
        "*.*"
    ]
}