Source Master

Compare Amazon product prices with eBay

Vad är Source Master?

Source Master är en Chrome-tillägg utvecklad av https://www.fbamaster.com, och dess huvudfunktion är "Compare Amazon product prices with eBay".

Tilläggsskärmbilder

screenshot

Ladda ner Source Master-förlängningens CRX-fil

Ladda ner Source Master-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Source Master Source Master
ID gbpefjiagbfkgpfmcoapkbficbefpabp
Officiell webbadress https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp
Beskrivning Compare Amazon product prices with eBay
Filstorlek 526 KB
Antal Installationer 94
Aktuell Version 1.1.9
Senast Uppdaterad 2020-07-28
Publiceringsdatum 2019-11-27
Utvecklare https://www.fbamaster.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/
Hjälpsida URL https://www.fbamaster.com/
URL till Sekretesspolicy Sidan https://www.fbamaster.com/privacy-policy
Stödda Språk 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
    }
}