RespectMart
RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
Qu'est-ce que RespectMart ?
RespectMart est une extension Chrome développée par RespectMart, et sa fonction principale est "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RespectMart
Téléchargez les fichiers d'extension RespectMart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pimhhmdeebmgehlhncipfkdkpalonphi |
URL Officiel | https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi |
Description | RespectMart is a state of the art technology that connects buyers to major e-commerce platforms. |
Taille du Fichier | 124 KB |
Nombre d'Installations | 80 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-12-12 |
Date de Publication | 2021-08-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | RespectMart |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://respectmart.com |
URL de la Page d'Aide | https://respectmart.com/contact |
URL de la Page de Politique de Confidentialité | https://sell.respectmart.com/privacy-policy.html |
Langues Prises en Charge | 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\/*" ] } |