Ali Reviews

Ali Reviews - Stunning social proof that drives growth

Ali Reviewsคืออะไร?

Ali Reviews เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alireviews.fireapps.io และคุณลักษณะหลักของมันคือ "Ali Reviews - Stunning social proof that drives growth"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ali Reviews

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}