Whale - Product Importer

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

¿Qué es Whale - Product Importer?

Whale - Product Importer es una extensión de Chrome desarrollada por WeSales, y su función principal es "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Whale - Product Importer

Descarga archivos de extensión Whale - Product Importer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Whale - Product Importer Whale - Product Importer
ID kbafhdilfajbnblffmkjdohcdjbneodi
URL Oficial https://chromewebstore.google.com/detail/whale-product-importer/kbafhdilfajbnblffmkjdohcdjbneodi
Descripción Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce
Tamaño del Archivo 518 KB
Cantidad de Instalaciones 2,679
Versión Actual 2.1
Última Actualización 2022-09-27
Fecha de Publicación 2020-05-01
Calificación 2.80/5 Total de 5 Calificaciones
Desarrollador WeSales
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wesales.io
URL de la Página de Ayuda https://m.me/100817494978562
URL de la Página de Política de Privacidad https://wesales.io/pages/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}