Euro Scout
Compare Amazon to Amazon prices!
Euro Scoutとは何ですか?
Euro ScoutはFBA Ship UKによって開発されたChromeの拡張機能で、その主な機能は「Compare Amazon to Amazon prices!」です。
拡張機能のスクリーンショット
Euro Scout拡張機能のCRXファイルをダウンロード
Euro Scout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instantly compare prices across European markets to help you increase sales across the EU. Euro Scout instantly scans the following marketplaces - Amazon.DE Amazon.FR Amazon.ES Amazon.IT It will check the price in both Euros and Pounds as well as the sales rank. All this information will be displayed conveniently in your browser when looking at a UK product page. Used properly you'll be able to make better purchasing decisions and make more money from your existing inventory by winning the buy box more often in EU marketplaces.
拡張機能の基本情報
名前 | Euro Scout |
ID | hncpagijhmpghnbcabmnpdlmlaopbgbg |
公式URL | https://chromewebstore.google.com/detail/euro-scout/hncpagijhmpghnbcabmnpdlmlaopbgbg |
説明 | Compare Amazon to Amazon prices! |
ファイルサイズ | 119 KB |
インストール数 | 147 |
現在のバージョン | 2.2 |
最終更新日 | 2017-02-28 |
公開日 | 2017-02-28 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | FBA Ship UK |
支払い方法 | free |
拡張機能のウェブサイト | http://www.euroscout.co.uk/ |
ヘルプページのURL | http://www.euroscout.co.uk/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Euro Scout", "description": "Compare Amazon to Amazon prices!", "version": "2.2", "icons": { "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/login.js", "js\/bg.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.es\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/ejs.js", "js\/login.js", "js\/content.js" ] } ], "permissions": [ "tabs", "activeTab", "storage", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.ecb.europa.eu\/*", "*:\/\/euroscout.co.uk\/*" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "options_page": "options.html", "web_accessible_resources": [ "img\/*", "icon16.png", "icon48.png", "inject.ejs", "options.html" ] } |