Whale - Product Importer

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

O que é Whale - Product Importer?

Whale - Product Importer é uma extensão do Chrome desenvolvida por WeSales, e sua principal característica é "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Whale - Product Importer

Baixe arquivos de extensão Whale - Product Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Whale - Product Importer Whale - Product Importer
ID kbafhdilfajbnblffmkjdohcdjbneodi
URL Oficial https://chromewebstore.google.com/detail/whale-product-importer/kbafhdilfajbnblffmkjdohcdjbneodi
Descrição Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce
Tamanho do Arquivo 518 KB
Contagem de Instalações 2,679
Versão Atual 2.1
Última Atualização 2022-09-27
Data de Publicação 2020-05-01
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor WeSales
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wesales.io
URL da Página de Ajuda https://m.me/100817494978562
URL da Página de Política de Privacidade https://wesales.io/pages/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}