CaribShopper

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

CaribShopper là gì?

CaribShopper là một tiện ích mở rộng Chrome được phát triển bởi https://app.caribshopper.com, và tính năng chính của nó là "Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CaribShopper

Tải xuống các tệp mở rộng CaribShopper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CaribShopper CaribShopper
ID nnignlfcmkkijkglhlfgfdnpecnmniik
URL Chính Thức https://chromewebstore.google.com/detail/caribshopper/nnignlfcmkkijkglhlfgfdnpecnmniik
Mô tả Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 345
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2017-11-23
Ngày Phát Hành 2017-11-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://app.caribshopper.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.caribshopper.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*.*"
    ]
}