RespectMart

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

Was ist RespectMart?

RespectMart ist eine Chrome-Erweiterung, die von RespectMart entwickelt wurde, und ihr Hauptmerkmal ist "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".

Erweiterungsscreenshots

screenshot

RespectMart-Erweiterungs-CRX-Datei herunterladen

Laden Sie RespectMart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
Offizielle URL https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Beschreibung RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Dateigröße 124 KB
Installationsanzahl 80
Aktuelle Version 1.0.6
Letztes Update 2021-12-12
Veröffentlichungsdatum 2021-08-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler RespectMart
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://respectmart.com
Hilfeseite URL https://respectmart.com/contact
URL der Datenschutzrichtlinien-Seite https://sell.respectmart.com/privacy-policy.html
Unterstützte Sprachen 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\/*"
    ]
}