Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
Wat is Amazon ASIN Viewer?
Amazon ASIN Viewer is een Chrome-extensie ontwikkeld door saaction, en de belangrijkste functie is "Make visible all ASIN easily on any page of Amazon Site".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon ASIN Viewer
Download Amazon ASIN Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ahhaaapepffpiajdgbaedofpbpfbncff |
| Officiële URL | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
| Beschrijving | Make visible all ASIN easily on any page of Amazon Site |
| Bestandsgrootte | 31.66 KB |
| Aantal Installaties | 163 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-04-12 |
| Publicatiedatum | 2021-02-16 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | saaction |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://saaction.in/ |
| Help Pagina-URL | http://saaction.in/ |
| Ondersteunde Talen | 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
} | |