Whale - Product Importer

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

Vad är Whale - Product Importer?

Whale - Product Importer är en Chrome-tillägg utvecklad av WeSales, och dess huvudfunktion är "Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Whale - Product Importer-förlängningens CRX-fil

Ladda ner Whale - Product Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Whale - Product Importer Whale - Product Importer
ID kbafhdilfajbnblffmkjdohcdjbneodi
Officiell webbadress https://chromewebstore.google.com/detail/whale-product-importer/kbafhdilfajbnblffmkjdohcdjbneodi
Beskrivning Import product from Aliexpress, Alibaba, Amazon to Shopify, BigCommerce, WooCommerce
Filstorlek 518 KB
Antal Installationer 2,679
Aktuell Version 2.1
Senast Uppdaterad 2022-09-27
Publiceringsdatum 2020-05-01
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare WeSales
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wesales.io
Hjälpsida URL https://m.me/100817494978562
URL till Sekretesspolicy Sidan https://wesales.io/pages/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}