Source Master

Compare Amazon product prices with eBay

什麼是Source Master?

Source Master是由https://www.fbamaster.com開發的Chrome擴展程式,該擴展的主要功能是“Compare Amazon product prices with eBay”。

擴展截圖

screenshot

下載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 Source Master
ID gbpefjiagbfkgpfmcoapkbficbefpabp
官方網址 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
    }
}