Source Master

Compare Amazon product prices with eBay

What is Source Master?

Source Master is a Chrome extension developed by https://www.fbamaster.com, and its main feature is "Compare Amazon product prices with eBay".

Extension Screenshots

screenshot

Download Source Master Extension CRX File

Download Source Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Source Master Source Master
ID gbpefjiagbfkgpfmcoapkbficbefpabp
Official URL https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp
Description Compare Amazon product prices with eBay
File Size 526 KB
Installation Count 94
Current Version 1.1.9
Last Updated 2020-07-28
Publish Date 2019-11-27
Developer https://www.fbamaster.com
Email [email protected]
Payment Type free
Extension Website https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/
Help Page URL https://www.fbamaster.com/
Privacy Policy Page URL https://www.fbamaster.com/privacy-policy
Supported Languages 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
    }
}