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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 RespectMart RespectMart
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
帮助页面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\/*"
    ]
}