Online Seller Addon
Free stock counter for Amazon sellers with unlimited daily product checks. This extension will show the inventory counts for the…
Vad är Online Seller Addon?
Online Seller Addon är en Chrome-tillägg utvecklad av amidart, och dess huvudfunktion är "Free stock counter for Amazon sellers with unlimited daily product checks. This extension will show the inventory counts for the…".
Tilläggsskärmbilder
Ladda ner Online Seller Addon-förlängningens CRX-fil
Ladda ner Online Seller Addon-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
Free stock counter for Amazon sellers with unlimited daily product checks. This extension will show the inventory counts for the different offers on an Amazon listing. You do not need to create an account or signup for anything. You can add the extension and start using it immediately. Works for all Amazon domains. How to use the Amazon stock checker: Add the extension to your browser (click the Add to Chrome button in the top right and confirm) Visit a product detail page on Amazon.com, and click the "Count Stock!" button or click the OS Addon icon in the top right of your browser. OS Addon does not collect or store data outside your local extension. Premium features may be added in the future, but the stock counter is completely free to use. Permissions: It can read and change data on all: - www.amazon.com, smile.amazon.com (and all the regional amazon tld domains) - allows the extension to appear and show quantity data on amazon websites - sellercentral.amazon.com (and all the regional amazon tld domains) - allows the extension to use amazon revenue calculator Disclaimer: The extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout Privacy Policy: http://dmitry.artamoshkin.com/privacy.html
Grundläggande Information om Tillägg
Namn | Online Seller Addon |
ID | cmjihoeplpkmlmbbiiognkceoechmand |
Officiell webbadress | https://chromewebstore.google.com/detail/online-seller-addon/cmjihoeplpkmlmbbiiognkceoechmand |
Beskrivning | Free stock counter for Amazon sellers with unlimited daily product checks. This extension will show the inventory counts for the… |
Filstorlek | 137 KB |
Antal Installationer | 171,168 |
Aktuell Version | 0.9.57 |
Senast Uppdaterad | 2023-11-17 |
Publiceringsdatum | 2020-06-22 |
Betyg | 4.13/5 Totalt 56 Betyg |
Utvecklare | amidart |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://dmitry.artamoshkin.com/privacy.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Online Seller Addon", "description": "", "version": "0.9.57", "icons": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png", "256": "img\/icon256.png" }, "browser_action": { "default_icon": "\/img\/icon48.png" }, "background": { "scripts": [ "\/lib\/jquery-3.4.1.min.js", "\/lib\/google-analytics-bundle.js", "\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.com.tr\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.pl\/*", "*:\/\/www.amazon.sa\/*", "*:\/\/www.amazon.se\/*", "*:\/\/www.amazon.sg\/*", "*:\/\/smile.amazon.ae\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.co.uk\/*", "*:\/\/smile.amazon.es\/*", "*:\/\/smile.amazon.nl\/*", "*:\/\/smile.amazon.mx\/*", "*:\/\/smile.amazon.it\/*", "*:\/\/smile.amazon.in\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.fr\/*", "*:\/\/smile.amazon.cn\/*", "*:\/\/smile.amazon.ca\/*", "*:\/\/smile.amazon.com.au\/*", "*:\/\/smile.amazon.com.br\/*", "*:\/\/smile.amazon.com.mx\/*", "*:\/\/smile.amazon.com.tr\/*", "*:\/\/smile.amazon.co.jp\/*", "*:\/\/smile.amazon.pl\/*", "*:\/\/smile.amazon.sa\/*", "*:\/\/smile.amazon.se\/*", "*:\/\/smile.amazon.sg\/*" ], "js": [ "\/js\/content-script-0.js" ], "css": [ "\/css\/notifications.css", "\/css\/cs-widget.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/sellercentral.amazon.ae\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.com\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.co.uk\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.es\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.nl\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.mx\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.it\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.in\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.de\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.fr\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.cn\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.ca\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.com.au\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.com.br\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.com.tr\/fba\/profitabilitycalculator\/index*", "https:\/\/sellercentral.amazon.co.jp\/fba\/profitabilitycalculator\/index*" ], "js": [ "\/js\/content-script-1.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/img\/*", "\/html\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.com.tr\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.pl\/*", "*:\/\/www.amazon.sa\/*", "*:\/\/www.amazon.se\/*", "*:\/\/www.amazon.sg\/*", "*:\/\/smile.amazon.ae\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.co.uk\/*", "*:\/\/smile.amazon.es\/*", "*:\/\/smile.amazon.nl\/*", "*:\/\/smile.amazon.mx\/*", "*:\/\/smile.amazon.it\/*", "*:\/\/smile.amazon.in\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.fr\/*", "*:\/\/smile.amazon.cn\/*", "*:\/\/smile.amazon.ca\/*", "*:\/\/smile.amazon.com.au\/*", "*:\/\/smile.amazon.com.br\/*", "*:\/\/smile.amazon.com.mx\/*", "*:\/\/smile.amazon.com.tr\/*", "*:\/\/smile.amazon.co.jp\/*", "*:\/\/smile.amazon.pl\/*", "*:\/\/smile.amazon.sa\/*", "*:\/\/smile.amazon.se\/*", "*:\/\/smile.amazon.sg\/*", "*:\/\/sellercentral.amazon.ae\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/sellercentral.amazon.es\/*", "*:\/\/sellercentral.amazon.nl\/*", "*:\/\/sellercentral.amazon.mx\/*", "*:\/\/sellercentral.amazon.it\/*", "*:\/\/sellercentral.amazon.in\/*", "*:\/\/sellercentral.amazon.de\/*", "*:\/\/sellercentral.amazon.fr\/*", "*:\/\/sellercentral.amazon.cn\/*", "*:\/\/sellercentral.amazon.ca\/*", "*:\/\/sellercentral.amazon.pl\/*", "*:\/\/sellercentral.amazon.sa\/*", "*:\/\/sellercentral.amazon.se\/*", "*:\/\/sellercentral.amazon.sg\/*", "*:\/\/sellercentral.amazon.com.au\/*", "*:\/\/sellercentral.amazon.com.br\/*", "*:\/\/sellercentral.amazon.com.mx\/*", "*:\/\/sellercentral.amazon.com.tr\/*", "*:\/\/sellercentral.amazon.co.jp\/*" ] } |