Aliexpress Seller Check

Allows to easy navigate on Aliexpress menu, search goods and track parcels

Wat is Aliexpress Seller Check?

Aliexpress Seller Check is een Chrome-extensie ontwikkeld door FFFFx029A, en de belangrijkste functie is "Allows to easy navigate on Aliexpress menu, search goods and track parcels".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Aliexpress Seller Check

Download Aliexpress Seller Check-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

                        You can easy navigate on Aliexpress, search goods, track parcels and search goods by image / photo  (right click in any image on web pages and press "Search by this image on Aliexpress" button)                    

Basisinformatie over de Extensie

Naam Aliexpress Seller Check Aliexpress Seller Check
ID mibmplgflabdmnnoncnedjfdpidjblnk
Officiële URL https://chromewebstore.google.com/detail/aliexpress-seller-check/mibmplgflabdmnnoncnedjfdpidjblnk
Beschrijving Allows to easy navigate on Aliexpress menu, search goods and track parcels
Bestandsgrootte 75.04 KB
Aantal Installaties 35,803
Huidige Versie 1.62
Laatst Bijgewerkt 2024-01-19
Publicatiedatum 2020-05-25
Beoordeling 4.32/5 Totaal 398 Beoordelingen
Ontwikkelaar FFFFx029A
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://chinapost.ru/privacy/dev.txt
Ondersteunde Talen en,en-GB,en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.searchbyimage.ru\/*"
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.62",
    "web_accessible_resources": [
        {
            "resources": [
                "background.html",
                "bg.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}