Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
Vad är Amazon ASIN Viewer?
Amazon ASIN Viewer är en Chrome-tillägg utvecklad av saaction, och dess huvudfunktion är "Make visible all ASIN easily on any page of Amazon Site".
Tilläggsskärmbilder
Ladda ner Amazon ASIN Viewer-förlängningens CRX-fil
Ladda ner Amazon ASIN Viewer-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
ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page Features include: • View ASINs on any Amazon Search result page • View ASINs on Amazon Product Page • Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more • View ASINs on any amazon page • 100% FREE • FREE Lifetime Updates • FREE Support Got Question? Reach us : https://saaction.in
Grundläggande Information om Tillägg
Namn | Amazon ASIN Viewer |
ID | ahhaaapepffpiajdgbaedofpbpfbncff |
Officiell webbadress | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
Beskrivning | Make visible all ASIN easily on any page of Amazon Site |
Filstorlek | 31.66 KB |
Antal Installationer | 163 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2021-04-12 |
Publiceringsdatum | 2021-02-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | saaction |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://saaction.in/ |
Hjälpsida URL | http://saaction.in/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon ASIN Viewer", "version": "0.2", "description": "Make visible all ASIN easily on any page of Amazon Site", "permissions": [ "*:\/\/*.amazon.com\/*", "tabs", "activeTab", "storage" ], "options_page": ".\/popup.html", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_title": "Amazon ASIN Options", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |