RespectMart
RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Co to jest RespectMart?
RespectMart to rozszerzenie Chrome opracowane przez RespectMart, a jego główną funkcją jest „RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RespectMart
Pobierz pliki rozszerzeń RespectMart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pimhhmdeebmgehlhncipfkdkpalonphi |
Oficjalny URL | https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi |
Opis | RespectMart is a state of the art technology that connects buyers to major e-commerce platforms. |
Rozmiar pliku | 124 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2021-12-12 |
Data Publikacji | 2021-08-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | RespectMart |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://respectmart.com |
Adres URL Strony Pomocy | https://respectmart.com/contact |
Adres URL Strony Polityki Prywatności | https://sell.respectmart.com/privacy-policy.html |
Obsługiwane Języki | 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\/*" ] } |