Ali Reviews

Ali Reviews - Stunning social proof that drives growth

What is Ali Reviews?

Ali Reviews is a Chrome extension developed by https://alireviews.fireapps.io, and its main feature is "Ali Reviews - Stunning social proof that drives growth".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Ali Reviews Extension CRX File

Download Ali Reviews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ali Reviews Ali Reviews
ID bbaogjaeflnjolejjcpceoapngapnbaj
Official URL https://chromewebstore.google.com/detail/ali-reviews/bbaogjaeflnjolejjcpceoapngapnbaj
Description Ali Reviews - Stunning social proof that drives growth
File Size 3.45 MB
Installation Count 109,438
Current Version 6.3.3.7
Last Updated 2024-01-25
Publish Date 2020-05-24
Rating 4.31/5 Total 113 Ratings
Developer https://alireviews.fireapps.io
Email [email protected]
Payment Type free
Extension Website https://apps.shopify.com/ali-reviews?utm_source=ar-chrome-extension&utm_medium=additional-fields
Help Page URL https://support.fireapps.io/en/category/ali-reviews-h2st0i/
Privacy Policy Page URL https://fireapps.io/privacy-policy
Supported Languages 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": [
        ""
    ]
}