Ali Reviews

Ali Reviews - Stunning social proof that drives growth

¿Qué es Ali Reviews?

Ali Reviews es una extensión de Chrome desarrollada por https://alireviews.fireapps.io, y su función principal es "Ali Reviews - Stunning social proof that drives growth".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ali Reviews

Descarga archivos de extensión Ali Reviews 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

                        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                    

Información Básica de la Extensión

Nombre Ali Reviews Ali Reviews
ID bbaogjaeflnjolejjcpceoapngapnbaj
URL Oficial https://chromewebstore.google.com/detail/ali-reviews/bbaogjaeflnjolejjcpceoapngapnbaj
Descripción Ali Reviews - Stunning social proof that drives growth
Tamaño del Archivo 3.45 MB
Cantidad de Instalaciones 109,438
Versión Actual 6.3.3.7
Última Actualización 2024-01-25
Fecha de Publicación 2020-05-24
Calificación 4.31/5 Total de 113 Calificaciones
Desarrollador https://alireviews.fireapps.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://apps.shopify.com/ali-reviews?utm_source=ar-chrome-extension&utm_medium=additional-fields
URL de la Página de Ayuda https://support.fireapps.io/en/category/ali-reviews-h2st0i/
URL de la Página de Política de Privacidad https://fireapps.io/privacy-policy
Idiomas Soportados 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": [
        ""
    ]
}