RespectMart

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

What is RespectMart?

RespectMart is a Chrome extension developed by RespectMart, and its main feature is "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".

Extension Screenshots

screenshot

Download RespectMart Extension CRX File

Download RespectMart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
Official URL https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Description RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
File Size 124 KB
Installation Count 80
Current Version 1.0.6
Last Updated 2021-12-12
Publish Date 2021-08-18
Rating 5.00/5 Total 1 Ratings
Developer RespectMart
Email [email protected]
Payment Type free
Extension Website https://respectmart.com
Help Page URL https://respectmart.com/contact
Privacy Policy Page URL https://sell.respectmart.com/privacy-policy.html
Supported Languages 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\/*"
    ]
}