Whale - Product Importer

Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce

Что такое Whale - Product Importer?

Whale - Product Importer - это расширение Chrome, разработанное WeSales, и его основная функция - "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce".

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

screenshot
screenshot

Скачать файл CRX расширения Whale - Product Importer

Скачайте файлы расширений Whale - Product Importer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        DSReviews is a powerful partner to any shop owners who are having drop shipping business with AliExpress. Online shoppers today rely heavily on customer reviews when they are making a purchasing decision. GetReviews automatically imports authentic AliExpress reviews into your online store and give you a full control to what to appear on your own store review box that strengthen products credibility to boost sales volume. 

Why GetReviews become a powerful tool to your business?
Import authentic reviews from AliExpress back to your online store
Increase conversion rate by showcasing customer reviews on site.
Drive high-intent traffic by displaying ratings in organic search results and Google Ads.
Easy to add review widget to your site without coding required.

Showcase Reviews In Style
Turn on/Turn off different display elements (i.e. Customer name, Date, Photo, etc.)
Design your own box review appearance
Write your own language with the editable boxes.
Get 1,000 reviews in approximately 30s

EFFORTLESS REVIEW IMPORTING
Review importing: Just add the URL of the product you want to get reviews and GetReviews will do the rest.
Write review manually: You can create your own content, or ask customers to leave their feedback with picture reviews supported.
Advanced filter: Choose which reviews should be imported by Star options (all-star, only 4 stars, only 5 stars…), Reviews with pictures/ content.
Advanced blacklist: Filter reviews that contain keywords you don’t want to show.

BUILD CREDIBILITY AND TRUST IN STYLE
- Theme customization: Edit your review widget to fit your style with eye-catching layouts.
- Review management: Easy to manage, publish or delete reviews based on your need.
- Display settings: Control which information you want to show in your review section like Country, Personal info, Avatar, Picture...

BOOST YOUR TRAFFIC
In-line SEO support: Add schema & meta tags to review widget for Google Rating & better SEO result.
Dropshipping Aliexpress Reviews                    

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

Название Whale - Product Importer Whale - Product Importer
ID kbafhdilfajbnblffmkjdohcdjbneodi
Официальный URL https://chromewebstore.google.com/detail/whale-product-importer/kbafhdilfajbnblffmkjdohcdjbneodi
Описание Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce
Размер файла 518 KB
Количество установок 2,679
Текущая Версия 2.1
Последнее Обновление 2022-09-27
Дата публикации 2020-05-01
Рейтинг 2.80/5 Всего 5 оценок
Разработчик WeSales
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://wesales.io
URL страницы помощи https://m.me/100817494978562
URL страницы политики конфиденциальности https://wesales.io/pages/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whale - Product Importer",
    "description": "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce",
    "version": "2.1",
    "manifest_version": 3,
    "author": "@whale",
    "icons": {
        "16": "assets\/images\/icon\/16.jpg",
        "19": "assets\/images\/icon\/19.jpg",
        "38": "assets\/images\/icon\/38.jpg",
        "48": "assets\/images\/icon\/48.jpg",
        "128": "assets\/images\/icon\/128.jpg"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon\/16.jpg",
            "19": "assets\/images\/icon\/19.jpg",
            "38": "assets\/images\/icon\/38.jpg",
            "48": "assets\/images\/icon\/48.jpg",
            "128": "assets\/images\/icon\/128.jpg"
        },
        "default_title": "About us",
        "default_popup": "assets\/html\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:3002\/*",
            "http:\/\/localhost:8081\/*",
            "https:\/\/dsreviews.net\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/aliexpress.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dsreviews.js"
            ],
            "matches": [
                "http:\/\/localhost:3002\/*",
                "http:\/\/localhost:8081\/*",
                "https:\/\/dsreviews.net\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/shopify.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shopify_script_page.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}