CaribShopper

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

CaribShopper क्या है?

CaribShopper 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 फ़ाइल डाउनलोड करें

crx प्रारूप में CaribShopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        "*.*"
    ]
}