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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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\/*"
    ]
}