RespectMart

RespectMart is a state of the art technology that connects buyers to major e-commerce platforms.

RespectMart क्या है?

RespectMart RespectMart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RespectMart is a state of the art technology that connects buyers to major e-commerce platforms."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RespectMart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}