SourceOptics
SourceOptics shows lowest 5 FBA offers for any item on Amazon in a simple popup. Works on Amazon. Seller Central, & Zen Arbitrage.
Hvad er SourceOptics?
SourceOptics er en Chrome-udvidelse udviklet af Zen Arbitrage, og dens hovedfunktion er "SourceOptics shows lowest 5 FBA offers for any item on Amazon in a simple popup. Works on Amazon. Seller Central, & Zen Arbitrage.".
Udvidelsesskærmbilleder
Download SourceOptics-udvidelses-CRX-fil
Download SourceOptics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
SourceOptics shows lowest 5 FBA offers for any item on Amazon in a simple popup. Works on Amazon. Seller Central, & Zen Arbitrage.
Grundlæggende oplysninger om udvidelsen
Navn | SourceOptics |
ID | cglefpehlieapdhhdcoljfommjpgkkff |
Officiel URL | https://chromewebstore.google.com/detail/sourceoptics/cglefpehlieapdhhdcoljfommjpgkkff |
Beskrivelse | SourceOptics shows lowest 5 FBA offers for any item on Amazon in a simple popup. Works on Amazon. Seller Central, & Zen Arbitrage. |
Filstørrelse | 567 KB |
Antal Installationer | 371 |
Nuværende Version | 2.0.5 |
Senest Opdateret | 2023-11-28 |
Udgivelsesdato | 2020-09-13 |
Udvikler | Zen Arbitrage |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.zenarbitrage.co/ |
URL til Fortrolighedspolitik Side | https://www.zenarbitrage.co/optin1591157726581 |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Peter Valley", "name": "SourceOptics", "description": "SourceOptics shows lowest 5 FBA offers for any item on Amazon in a simple popup. Works on Amazon. Seller Central, & Zen Arbitrage.", "version": "2.0.5", "manifest_version": 3, "icons": { "512": "icon2.png" }, "background": { "service_worker": "src\/js\/background.js" }, "action": { "default_popup": "src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/fba.zenarbitrage.com\/*", "http:\/\/localhost:5000\/*", "*:\/\/zen-arbitrage.herokuapp.com\/*", "https:\/\/sellercentral.amazon.com\/inventory\/*", "https:\/\/sellercentral.amazon.com\/inventory*", "https:\/\/sellercentral.amazon.com\/hz\/inventory\/*", "https:\/\/sellercentral.amazon.com\/hz\/inventory*", "https:\/\/sellercentral.amazon.co.uk\/*", "https:\/\/sellercentral.amazon.com\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.com.br\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.ca\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.com.mx\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.cn\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.in\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.co.jp\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.sg\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.com.tr\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.ae\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.fr\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.de\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.it\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.nl\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.es\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.co.uk\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.com.au\/inventoryplanning\/manageinventoryhealth*", "https:\/\/sellercentral.amazon.com\/hz\/inventoryplanning\/manageinventoryhealth*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.sg\/*", "*:\/\/www.amazon.com.tr\/*", "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com.au\/*" ], "css": [ "src\/css\/bootstrap.min.css", "src\/css\/style.css" ], "js": [ "src\/js\/jquery-3.1.1.min.js", "src\/js\/fba-popup.js", "src\/js\/config.js", "src\/js\/rollbar.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "src\/img\/*" ], "matches": [ "*:\/\/fba.zenarbitrage.com\/*", "*:\/\/zen-arbitrage.herokuapp.com\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/sellercentral.amazon.com.br\/*", "*:\/\/sellercentral.amazon.com.au\/*", "*:\/\/sellercentral.amazon.com.mx\/*", "*:\/\/sellercentral.amazon.com.tr\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/sellercentral.amazon.co.jp\/*", "*:\/\/sellercentral.amazon.ca\/*", "*:\/\/sellercentral.amazon.cn\/*", "*:\/\/sellercentral.amazon.in\/*", "*:\/\/sellercentral.amazon.sg\/*", "*:\/\/sellercentral.amazon.ae\/*", "*:\/\/sellercentral.amazon.fr\/*", "*:\/\/sellercentral.amazon.de\/*", "*:\/\/sellercentral.amazon.it\/*", "*:\/\/sellercentral.amazon.nl\/*", "*:\/\/sellercentral.amazon.es\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.sg\/*", "*:\/\/www.amazon.com.tr\/*", "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com.au\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "cookies", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*\/", "https:\/\/fonts.googleapis.com\/*" ] } |