Поиск по фото на Wildberries

Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.

Hvad er Поиск по фото на Wildberries?

Поиск по фото на Wildberries er en Chrome-udvidelse udviklet af aliprice4, og dens hovedfunktion er "Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Поиск по фото на Wildberries-udvidelses-CRX-fil

Download Поиск по фото на Wildberries-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Photo search on Wildberries is an extension for shopping on Wildberries, 1688 and Taobao.

Main functions:
1. Search for similar products by photo, click the search button or right click and search by image, quickly find the same product on Wildberries, 1688 and Taobao, a must for dropshipping.
2. Copy Link, a copy link button has been added to help you copy links of Taobao and 1688 products.

If you have any questions or suggestions, please contact us:
https://www.aliprice.com/information/index?page=contact                    

Grundlæggende oplysninger om udvidelsen

Navn Поиск по фото на Wildberries Поиск по фото на Wildberries
ID bhadlmjencobfbdjhpocebojhhnpemam
Officiel URL https://chromewebstore.google.com/detail/%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D0%BF%D0%BE-%D1%84%D0%BE%D1%82%D0%BE-%D0%BD%D0%B0-wildberr/bhadlmjencobfbdjhpocebojhhnpemam
Beskrivelse Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.
Filstørrelse 2.11 MB
Antal Installationer 975
Nuværende Version 2.1.6
Senest Opdateret 2023-11-20
Udgivelsesdato 2022-01-11
Bedømmelse 4.17/5 Samlet 6 Bedømmelser
Udvikler aliprice4
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://aliprice.com/
Hjælpeside-URL https://www.aliprice.com/information/index/page/contact
URL til Fortrolighedspolitik Side https://www.aliprice.com/information/index/page/privacy
Understøttede Sprog en,ru
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "version": "2.1.6",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10226&channel=chrome&platform=wildberries_search_by_image&version=2.1.6&browser=chrome",
    "default_locale": "ru",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.aliprice.com\/*",
        "",
        "activeTab",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/daigou-midway.contentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/common.js",
                "assets\/js\/vendor.js",
                "assets\/js\/app.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "optional_permissions": [
        "downloads"
    ]
}