RespectMart
RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.
什麼是RespectMart?
RespectMart是由RespectMart開發的Chrome擴展程式,該擴展的主要功能是“RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.”。
擴展截圖
下載RespectMart擴展crx文件
下載RespectMart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | https://respectmart.com/contact |
隱私政策頁面URL | 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\/*" ] } |