RespectMart

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

Cos'è RespectMart?

RespectMart è un'estensione di Chrome sviluppata da RespectMart, e la sua funzione principale è "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RespectMart

Scarica i file di estensione RespectMart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
URL Ufficiale https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Descrizione RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Dimensione del File 124 KB
Conteggio Installazioni 80
Versione Corrente 1.0.6
Ultimo Aggiornamento 2021-12-12
Data di Pubblicazione 2021-08-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore RespectMart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://respectmart.com
URL della Pagina di Aiuto https://respectmart.com/contact
URL della Pagina della Politica sulla Privacy https://sell.respectmart.com/privacy-policy.html
Lingue Supportate 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\/*"
    ]
}