Amazon ASIN Viewer

Make visible all ASIN easily on any page of Amazon Site

Was ist Amazon ASIN Viewer?

Amazon ASIN Viewer ist eine Chrome-Erweiterung, die von saaction entwickelt wurde, und ihr Hauptmerkmal ist "Make visible all ASIN easily on any page of Amazon Site".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Amazon ASIN Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon ASIN Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Amazon ASIN Viewer Amazon ASIN Viewer
ID ahhaaapepffpiajdgbaedofpbpfbncff
Offizielle URL https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff
Beschreibung Make visible all ASIN easily on any page of Amazon Site
Dateigröße 31.66 KB
Installationsanzahl 163
Aktuelle Version 0.2
Letztes Update 2021-04-12
Veröffentlichungsdatum 2021-02-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler saaction
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://saaction.in/
Hilfeseite URL http://saaction.in/
Unterstützte Sprachen 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
}