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

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

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

Поиск по фото на Wildberries is een Chrome-extensie ontwikkeld door aliprice4, en de belangrijkste functie is "Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Поиск по фото на Wildberries

Download Поиск по фото на Wildberries-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

                        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                    

Basisinformatie over de Extensie

Naam Поиск по фото на Wildberries Поиск по фото на Wildberries
ID bhadlmjencobfbdjhpocebojhhnpemam
Officiële 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
Beschrijving Найти похожите товары по фото на wildberries, 1688, Таобао, Алиэкпресс, Алибаба и других сайтах одним кликом.
Bestandsgrootte 2.11 MB
Aantal Installaties 975
Huidige Versie 2.1.6
Laatst Bijgewerkt 2023-11-20
Publicatiedatum 2022-01-11
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar aliprice4
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aliprice.com/
Help Pagina-URL https://www.aliprice.com/information/index/page/contact
URL van de Privacybeleid Pagina https://www.aliprice.com/information/index/page/privacy
Ondersteunde Talen 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"
    ]
}