Ysell Chrome Extension

The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.

Was ist Ysell Chrome Extension?

Ysell Chrome Extension ist eine Chrome-Erweiterung, die von Test entwickelt wurde, und ihr Hauptmerkmal ist "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.".

Erweiterungsscreenshots

screenshot
screenshot

Ysell Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ysell Chrome Extension-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

                        Index Checker it's the extension for checking the index on the Amazon listings. Supported all Amazon markets (DE, ES, IT, FR, USA, etc.)                    

Grundlegende Informationen zur Erweiterung

Name Ysell Chrome Extension Ysell Chrome Extension
ID ajlebcfkiimbbaeodaejlodhapkpojeg
Offizielle URL https://chromewebstore.google.com/detail/ysell-chrome-extension/ajlebcfkiimbbaeodaejlodhapkpojeg
Beschreibung The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.
Dateigröße 54.37 KB
Installationsanzahl 76
Aktuelle Version 1.2.3
Letztes Update 2023-03-24
Veröffentlichungsdatum 2022-09-12
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Test
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ysell Chrome Extension",
    "description": "The extension is designed to connect to third-party services and obtain certain data about Amazon products for their indexing.",
    "version": "1.2.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.nl\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/ysell16.png",
            "32": "\/images\/ysell32.png",
            "48": "\/images\/ysell48.png",
            "128": "\/images\/ysell128.png"
        }
    },
    "icons": {
        "16": "\/images\/ysell16.png",
        "32": "\/images\/ysell32.png",
        "48": "\/images\/ysell48.png",
        "128": "\/images\/ysell128.png"
    },
    "options_page": "options.html"
}