RespectMart

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

Co je RespectMart?

RespectMart je rozšíření Chrome vyvinuté RespectMart, a jeho hlavní funkcí je „RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RespectMart

Stáhněte si soubory rozšíření RespectMart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
Oficiální URL https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Popis RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Velikost souboru 124 KB
Počet instalací 80
Aktuální Verze 1.0.6
Poslední Aktualizace 2021-12-12
Datum Vydání 2021-08-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář RespectMart
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://respectmart.com
URL Stránky Nápovědy https://respectmart.com/contact
URL Stránky Zásad Ochrany Soukromí https://sell.respectmart.com/privacy-policy.html
Podporované Jazyky 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\/*"
    ]
}