AliExpress Search By Image

Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!

Что такое AliExpress Search By Image?

AliExpress Search By Image - это расширение Chrome, разработанное https://aliseeks.com, и его основная функция - "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AliExpress Search By Image

Скачайте файлы расширений AliExpress Search By Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress.

Very easy to use, just right click on an Image and click "Search AliExpress By Image" .

* Install the chrome extension
* Find any image and right click "Search AliExpress By Image"
* Browse through results on Aliseeks.
* Click on products and view them on AliExpress.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

Основная информация о расширении

Название AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
Официальный URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
Описание Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Размер файла 46.05 KB
Количество установок 177,197
Текущая Версия 1.0.0.4
Последнее Обновление 2019-08-19
Дата публикации 2019-08-18
Рейтинг 3.80/5 Всего 54 оценок
Разработчик https://aliseeks.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.aliseeks.com
URL страницы помощи https://www.aliseeks.com
Поддерживаемые языки en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.0.4",
    "author": "Alex Bello",
    "background": {
        "scripts": [
            "src\/environment.js",
            "src\/backgroundContextMenus.js",
            "src\/utilityFunctions.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Aliexpress Search By Image | Does not search Google"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    }
}