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 |
公式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 |
Eメール | [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\/*" ] } |