AliExpress Button

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

Vad är AliExpress Button?

AliExpress Button är en Chrome-tillägg utvecklad av devunion, och dess huvudfunktion är "Small button for AliExpress.com will provide you convenient access to the different parts of the store".

Tilläggsskärmbilder

screenshot

Ladda ner AliExpress Button-förlängningens CRX-fil

Ladda ner AliExpress Button-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

                        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.                    

Grundläggande Information om Tillägg

Namn AliExpress Button AliExpress Button
ID cpflfpndiakleehooekmjggkeibkelpm
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm
Beskrivning Small button for AliExpress.com will provide you convenient access to the different parts of the store
Filstorlek 66.85 KB
Antal Installationer 533
Aktuell Version 1.0.25
Senast Uppdaterad 2015-07-27
Publiceringsdatum 2015-07-27
Betyg 4.77/5 Totalt 13 Betyg
Utvecklare devunion
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}