RespectMart

RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.

Τι είναι το RespectMart;

Το RespectMart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RespectMart, και η κύρια λειτουργία του είναι "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης RespectMart

Λήψη αρχείων επέκτασης RespectMart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        At RespectMart we connect buyers to all the major e-Commerce platforms in the USA at a very competitive exchange rate. Our services include quality assurance by inspecting items before we ship to Nigeria. All these can be done by using our easy to use website, and our payment system is top notch and without any hassle.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
Επίσημο URL https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Περιγραφή RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Μέγεθος Αρχείου 124 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2021-12-12
Ημερομηνία Δημοσίευσης 2021-08-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής RespectMart
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://respectmart.com
Διεύθυνση URL της Σελίδας Βοήθειας https://respectmart.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://sell.respectmart.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RespectMart",
    "description": "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.",
    "manifest_version": 2,
    "version": "1.0.6",
    "permissions": [
        "https:\/\/*.respectmart.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.backmarket.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.macys.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.nike.com\/*",
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.asos.com\/*",
                "*:\/\/*.victoriassecret.com\/*",
                "*:\/\/*.anthropologie.com\/*",
                "*:\/\/*.gap.com\/*",
                "*:\/\/*.forever21.com\/*",
                "*:\/\/shop.lululemon.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}