Source Master
Compare Amazon product prices with eBay
Source Masterとは何ですか?
Source Masterはhttps://www.fbamaster.comによって開発されたChromeの拡張機能で、その主な機能は「Compare Amazon product prices with eBay」です。
拡張機能のスクリーンショット
Source Master拡張機能のCRXファイルをダウンロード
Source Master拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this tool to compare Amazon product prices with corresponding ebay products with just one click. Just click on the source master icon while you are on an Amazon search page.
拡張機能の基本情報
名前 | Source Master |
ID | gbpefjiagbfkgpfmcoapkbficbefpabp |
公式URL | https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp |
説明 | Compare Amazon product prices with eBay |
ファイルサイズ | 526 KB |
インストール数 | 94 |
現在のバージョン | 1.1.9 |
最終更新日 | 2020-07-28 |
公開日 | 2019-11-27 |
開発者 | https://www.fbamaster.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/ |
ヘルプページのURL | https://www.fbamaster.com/ |
プライバシーポリシーページのURL | https://www.fbamaster.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Source Master", "short_name": "Source Master", "version": "1.1.9", "manifest_version": 2, "description": "Compare Amazon product prices with eBay", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/hmac-sha256.js", "js\/cryptojs-enc-base64-min.js", "js\/jquery.min.js", "src\/common.js", "src\/lcnc.js", "src\/ebay.js", "src\/AmazonFeeCalculator.js", "src\/AmzManager.js", "src\/Progress.js", "src\/bg.js" ], "persistent": true }, "content_scripts": [], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Source Master" }, "permissions": [ "storage", "*:\/\/*.ebay.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/webservices.amazon.com\/*", "*:\/\/www.fbamaster.com\/paapiv5\/*", "https:\/\/sellercentral.amazon.com\/*" ], "web_accessible_resources": [ "html\/*", "img\/*" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false } } |