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 |
电子邮箱 | [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 } } |