CaribShopper

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

CaribShopperとは何ですか?

CaribShopperはhttps://app.caribshopper.comによって開発されたChromeの拡張機能で、その主な機能は「Buy items directly from top USA Stores and have them shipped to your doorstep in Caribbean Countries.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CaribShopper拡張機能のCRXファイルをダウンロード

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