RespectMart
RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Wat is RespectMart?
RespectMart is een Chrome-extensie ontwikkeld door RespectMart, en de belangrijkste functie is "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".
Extensie Screenshots
Download het CRX-bestand van de extensie RespectMart
Download RespectMart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pimhhmdeebmgehlhncipfkdkpalonphi |
Officiële URL | https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi |
Beschrijving | RespectMart is a state of the art technology that connects buyers to major e-commerce platforms. |
Bestandsgrootte | 124 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2021-12-12 |
Publicatiedatum | 2021-08-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | RespectMart |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://respectmart.com |
Help Pagina-URL | https://respectmart.com/contact |
URL van de Privacybeleid Pagina | https://sell.respectmart.com/privacy-policy.html |
Ondersteunde Talen | 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\/*" ] } |