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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        "*.*"
    ]
}