Source Master

Compare Amazon product prices with eBay

Was ist Source Master?

Source Master ist eine Chrome-Erweiterung, die von https://www.fbamaster.com entwickelt wurde, und ihr Hauptmerkmal ist "Compare Amazon product prices with eBay".

Erweiterungsscreenshots

screenshot

Source Master-Erweiterungs-CRX-Datei herunterladen

Laden Sie Source Master-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Source Master Source Master
ID gbpefjiagbfkgpfmcoapkbficbefpabp
Offizielle URL https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp
Beschreibung Compare Amazon product prices with eBay
Dateigröße 526 KB
Installationsanzahl 94
Aktuelle Version 1.1.9
Letztes Update 2020-07-28
Veröffentlichungsdatum 2019-11-27
Entwickler https://www.fbamaster.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/
Hilfeseite URL https://www.fbamaster.com/
URL der Datenschutzrichtlinien-Seite https://www.fbamaster.com/privacy-policy
Unterstützte Sprachen 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
    }
}