AliExpress Button

Small button for AliExpress.com will provide you convenient access to the different parts of the store

Was ist AliExpress Button?

AliExpress Button ist eine Chrome-Erweiterung, die von devunion entwickelt wurde, und ihr Hauptmerkmal ist "Small button for AliExpress.com will provide you convenient access to the different parts of the store".

Erweiterungsscreenshots

screenshot

AliExpress Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress Button-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

                        Small but convenient button that will help you to work with AliExpress.com more effectively. You can search any interesting items on the site or quickly navigate directly to the necessary page.                    

Grundlegende Informationen zur Erweiterung

Name AliExpress Button AliExpress Button
ID cpflfpndiakleehooekmjggkeibkelpm
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm
Beschreibung Small button for AliExpress.com will provide you convenient access to the different parts of the store
Dateigröße 66.85 KB
Installationsanzahl 533
Aktuelle Version 1.0.25
Letztes Update 2015-07-27
Veröffentlichungsdatum 2015-07-27
Bewertung 4.77/5 Insgesamt 13 Bewertungen
Entwickler devunion
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/Icon19.png",
        "default_popup": "popup.html",
        "default_title": "Go with AliExpress!"
    },
    "content_scripts": [],
    "description": "Small button for AliExpress.com will provide you convenient access to the different parts of the store",
    "icons": {
        "128": "img\/Icon128.png",
        "16": "img\/Icon16.png",
        "48": "img\/Icon48.png"
    },
    "manifest_version": 2,
    "name": "AliExpress Button",
    "permissions": [
        "http:\/\/stat.extensionmaker.com\/*",
        "http:\/\/extensionmaker.com\/*",
        "tabs"
    ],
    "version": "1.0.25"
}