Aliexpress Seller Check

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

Aliexpress Seller Check란 무엇입니까?

Aliexpress Seller Check은(는) FFFFx029A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to easy navigate on Aliexpress menu, search goods and track parcels"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Aliexpress Seller Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}