Source Master
Compare Amazon product prices with eBay
Cos'è Source Master?
Source Master è un'estensione di Chrome sviluppata da https://www.fbamaster.com, e la sua funzione principale è "Compare Amazon product prices with eBay".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Source Master
Scarica i file di estensione Source Master in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Source Master |
ID | gbpefjiagbfkgpfmcoapkbficbefpabp |
URL Ufficiale | https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp |
Descrizione | Compare Amazon product prices with eBay |
Dimensione del File | 526 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.1.9 |
Ultimo Aggiornamento | 2020-07-28 |
Data di Pubblicazione | 2019-11-27 |
Sviluppatore | https://www.fbamaster.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/ |
URL della Pagina di Aiuto | https://www.fbamaster.com/ |
URL della Pagina della Politica sulla Privacy | https://www.fbamaster.com/privacy-policy |
Lingue Supportate | 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 } } |