RespectMart
RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
ما هو RespectMart؟
RespectMart هو إضافة Chrome تم تطويرها بواسطة RespectMart، والميزة الرئيسية لها هي "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RespectMart
قم بتنزيل ملفات الامتداد RespectMart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | pimhhmdeebmgehlhncipfkdkpalonphi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/respectmart/pimhhmdeebmgehlhncipfkdkpalonphi |
الوصف | RespectMart is a state of the art technology that connects buyers to major e-commerce platforms. |
حجم الملف | 124 KB |
عدد التثبيتات | 80 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2021-12-12 |
تاريخ النشر | 2021-08-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | RespectMart |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://respectmart.com |
عنوان صفحة المساعدة | https://respectmart.com/contact |
عنوان صفحة سياسة الخصوصية | https://sell.respectmart.com/privacy-policy.html |
اللغات المدعومة | 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\/*" ] } |