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

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

What is Поиск по фото на Wildberries?

Поиск по фото на Wildberries is a Chrome extension developed by aliprice4, and its main feature is "Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.".

Extension Screenshots

screenshot
screenshot

Download Поиск по фото на Wildberries Extension CRX File

Download Поиск по фото на Wildberries extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Поиск по фото на Wildberries Поиск по фото на Wildberries
ID bhadlmjencobfbdjhpocebojhhnpemam
Official 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
Description Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.
File Size 2.11 MB
Installation Count 975
Current Version 2.1.6
Last Updated 2023-11-20
Publish Date 2022-01-11
Rating 4.17/5 Total 6 Ratings
Developer aliprice4
Email [email protected]
Payment Type free
Extension Website https://aliprice.com/
Help Page URL https://www.aliprice.com/information/index/page/contact
Privacy Policy Page URL https://www.aliprice.com/information/index/page/privacy
Supported Languages 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"
    ]
}