RespectMart

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

O que é RespectMart?

RespectMart é uma extensão do Chrome desenvolvida por RespectMart, e sua principal característica é "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RespectMart

Baixe arquivos de extensão RespectMart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RespectMart RespectMart
ID pimhhmdeebmgehlhncipfkdkpalonphi
URL Oficial https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi
Descrição RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Tamanho do Arquivo 124 KB
Contagem de Instalações 80
Versão Atual 1.0.6
Última Atualização 2021-12-12
Data de Publicação 2021-08-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor RespectMart
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://respectmart.com
URL da Página de Ajuda https://respectmart.com/contact
URL da Página de Política de Privacidade https://sell.respectmart.com/privacy-policy.html
Idiomas Suportados 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\/*"
    ]
}