Ali Reviews

Ali Reviews - Stunning social proof that drives growth

Apa itu Ali Reviews?

Ali Reviews adalah ekstensi Chrome yang dikembangkan oleh https://alireviews.fireapps.io, dan fitur utamanya adalah "Ali Reviews - Stunning social proof that drives growth".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ali Reviews

Unduh file ekstensi Ali Reviews 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

                        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                    

Informasi Dasar Ekstensi

Nama Ali Reviews Ali Reviews
ID bbaogjaeflnjolejjcpceoapngapnbaj
URL Resmi https://chromewebstore.google.com/detail/ali-reviews/bbaogjaeflnjolejjcpceoapngapnbaj
Deskripsi Ali Reviews - Stunning social proof that drives growth
Ukuran File 3.45 MB
Jumlah Instalasi 109,438
Versi Saat Ini 6.3.3.7
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2020-05-24
Penilaian 4.31/5 Total 113 Penilaian
Pengembang https://alireviews.fireapps.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://apps.shopify.com/ali-reviews?utm_source=ar-chrome-extension&utm_medium=additional-fields
URL Halaman Bantuan https://support.fireapps.io/en/category/ali-reviews-h2st0i/
URL Halaman Kebijakan Privasi https://fireapps.io/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}