Shoplink
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
Shoplinkとは何ですか?
ShoplinkはBookmarkCorpによって開発されたChromeの拡張機能で、その主な機能は「It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.」です。
拡張機能のスクリーンショット
Shoplink拡張機能のCRXファイルをダウンロード
Shoplink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. It works with online retailers as well as brick and mortar stores. This allows you to get instant feedback and reviews as well as being confident you are getting the best deal. It also allows you to instantly compare prices from different online retailers without changing your normal shopping experience.
拡張機能の基本情報
名前 | |
ID | mcpjbjaabmjflecfdcalngicpgjcfafi |
公式URL | https://chrome.google.com/webstore/detail/shoplink/mcpjbjaabmjflecfdcalngicpgjcfafi |
説明 | It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. |
ファイルサイズ | 934 KB |
インストール数 | 39 |
現在のバージョン | 1.1.0 |
最終更新日 | 2014-12-03 |
公開日 | 2014-12-02 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | BookmarkCorp |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoplink", "description": "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.", "version": "1.1.0", "manifest_version": 2, "web_accessible_resources": [ "img\/*" ], "icons": { "16": "Shoplink-logo-16.png", "48": "Shoplink-logo-48.png", "128": "Shoplink-logo-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*", "http:\/\/shoplink.talkcloud.me\/*" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*" ] } ] } |