Aliexpress Seller Check

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

ما هو Aliexpress Seller Check؟

Aliexpress Seller Check هو إضافة Chrome تم تطويرها بواسطة FFFFx029A، والميزة الرئيسية لها هي "Allows to easy navigate on Aliexpress menu, search goods and track parcels".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Aliexpress Seller Check

قم بتنزيل ملفات الامتداد Aliexpress Seller Check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم Aliexpress Seller Check Aliexpress Seller Check
ID mibmplgflabdmnnoncnedjfdpidjblnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/aliexpress-seller-check/mibmplgflabdmnnoncnedjfdpidjblnk
الوصف Allows to easy navigate on Aliexpress menu, search goods and track parcels
حجم الملف 75.04 KB
عدد التثبيتات 35,803
النسخة الحالية 1.62
آخر تحديث 2024-01-19
تاريخ النشر 2020-05-25
تقييم 4.32/5 مجموع تقييمات 398
المطور FFFFx029A
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://chinapost.ru/privacy/dev.txt
اللغات المدعومة 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}