Whale - Product Importer

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

Apa itu Whale - Product Importer?

Whale - Product Importer adalah ekstensi Chrome yang dikembangkan oleh WeSales, dan fitur utamanya adalah "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Whale - Product Importer

Unduh file ekstensi Whale - Product Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Whale - Product Importer Whale - Product Importer
ID kbafhdilfajbnblffmkjdohcdjbneodi
URL Resmi https://chromewebstore.google.com/detail/whale-product-importer/kbafhdilfajbnblffmkjdohcdjbneodi
Deskripsi Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce
Ukuran File 518 KB
Jumlah Instalasi 2,679
Versi Saat Ini 2.1
Terakhir Diperbarui 2022-09-27
Tanggal Publikasi 2020-05-01
Penilaian 2.80/5 Total 5 Penilaian
Pengembang WeSales
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wesales.io
URL Halaman Bantuan https://m.me/100817494978562
URL Halaman Kebijakan Privasi https://wesales.io/pages/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}