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