Ali Reviews

Ali Reviews - Stunning social proof that drives growth

什么是Ali Reviews?

Ali Reviews是由https://alireviews.fireapps.io开发的Chrome扩展程序,该扩展的主要功能是“Ali Reviews - Stunning social proof that drives growth”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Ali Reviews扩展crx文件

下载Ali Reviews扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ali Reviews is trusted by 40,000+ Shopify merchants, with thousands of 5* reviews, Ali Reviews not only helps you to collect and display review, but also turns reviews to become the most effective marketing material and level up your conversion rate.

Read how Ali Reviews helps you to grow your business:

⭐ Beautiful review widgets that make your brand shine
Extensive range of eye-catching widgets with templates to showcase reviews on any pages without any effect on store speed.
- A modern review widget in many layouts (list/grid/carousel) on the Product page to get customer a clear idea of the product before buying it
- Carousel slider on Homepage to build visitor’s awareness about your brand, keep them on the page, increase the possibility of purchasing
- Cart page widget shows reviews from in-cart products to sync shopping experience from seeing to thinking, interesting and purchasing

⭐ Collect reviews easily through various methods and manage them easily
- Schedule manual requests via CSV upload
- Send automated review requests with pre-made templates via email, SMS, Facebook Messenger, DM, or any sales channels
- Get instant reviews as easy as a scan with QR code generator
- Offer discounts to encourage more ravy photo reviews
- Collect photos review directly from AliExpress or via DSers/Oberlo app for dropshipping business
- Manage all reviews easily in the single place

⭐ Show reviews to right audiences to level up conversion rate
The most important thing to turn reviews become effective marketing material is the ability to display right target audience
- Display the most relevant reviews to the right visitors on any pages of your store based on their online behaviors on store (in-cart products, viewed products) and other personal information powered by Shopify (Geolocation/AOV/purchase history)

⭐ Powerful add-on features
- Save your time by scheduling and bulk requesting from past orders & auto email reminders
- Reply to customer reviews, show them you care, and they will trust you more
- Improve your SEO Rich Snippets by adding ratings and stars marked-up to Google Search Console
- Increase organic traffic by pushing reviews to Facebook, Twitter and Pinterest
- Syndicate verified reviews to Google Shopping, displaying in organic as well as paid Google results
- Pop up review from recent buyers to attract visitors which works effectively similar to Sales Pop Up

⭐ Easy setup and 24/7 support
- No coding required
- Automatically integrate with your theme and CSS styling
- Work with Shopify Online Store 2.0 themes
- World-class support available 24/7

Ali Reviews - Grow Your Business with Customer Reviews                    

扩展基本信息

名称 Ali Reviews Ali Reviews
ID bbaogjaeflnjolejjcpceoapngapnbaj
官方URL https://chromewebstore.google.com/detail/ali-reviews/bbaogjaeflnjolejjcpceoapngapnbaj
简介 Ali Reviews - Stunning social proof that drives growth
文件大小 3.45 MB
安装次数 109,438
当前版本 6.3.3.7
更新时间 2024-01-25
上架时间 2020-05-24
评分 4.31/5 共113次评分
开发者 https://alireviews.fireapps.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://apps.shopify.com/ali-reviews?utm_source=ar-chrome-extension&utm_medium=additional-fields
帮助页面URL https://support.fireapps.io/en/category/ali-reviews-h2st0i/
隐私政策页面URL https://fireapps.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ali Reviews",
    "version": "6.3.3.7",
    "description": "Ali Reviews - Stunning social proof that drives growth",
    "default_locale": "en",
    "author": "Fireapps Developer 1 ",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fireapps.io\/*",
            "https:\/\/*.alihunter.io\/*",
            "https:\/\/*.alireviews.io\/*",
            "https:\/\/*.onecommerce.io\/*",
            "https:\/\/admin.shopify.com\/*",
            "https:\/\/*.myshopify.com\/admin\/*",
            "https:\/\/aliorders.io\/*",
            "https:\/\/*.alireviews.dev\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3005\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/alireviewContent.js"
            ],
            "matches": [
                "https:\/\/*.fireapps.io\/*",
                "https:\/\/*.alireviews.io\/*",
                "https:\/\/*.onecommerce.io\/*",
                "https:\/\/admin.shopify.com\/*",
                "https:\/\/*.myshopify.com\/admin\/*",
                "https:\/\/aliorders.io\/*",
                "https:\/\/*.alireviews.dev\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3005\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "js": [
                "assets\/affiliate.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/customScript.js",
                "assets\/oprBanner.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/backgroundApi.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}