Areviews - get reviews from aliexpress,amazon

This app enables you to Import reviews directly from Dsers,Importify and dropified and other apps

Areviews - get reviews from aliexpress,amazonคืออะไร?

Areviews - get reviews from aliexpress,amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://areviewsapp.com และคุณลักษณะหลักของมันคือ "This app enables you to Import reviews directly from Dsers,Importify and dropified and other apps"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Areviews - get reviews from aliexpress,amazon

ดาวน์โหลดไฟล์ส่วนขยาย Areviews - get reviews from aliexpress,amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Areviews helps you to import photo reviews from AliExpress and other websites with a few clicks and collect photo reviews from your customers. Display all your reviews in many styles that help with boosting your sales and maximize your customer's trust. Also, it helps you with conversion through visitors tracking, many ways of displaying reviews like a happy customer page, send emails to customers for each new order. Bulk import from products importer apps like Importify or Dropified and more.



1-Import reviews through supported website such as Amazon, Aliexpress or using CSV
2-Auto sync new reviews to make your products look active all the time
3-Integration with many apps and services such as Google shopping & Google snippet
4-Messages system for new orders where you can send messages and coupons
5-Many ways to display the reviews like sliders, popups, badges and many more
6- and many more functionalities 

Areviews  - Extend Your Business to the next level.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Areviews - get reviews from aliexpress,amazon Areviews - get reviews from aliexpress,amazon
ID acfhjnfdooiblbcflkalpnemgibffnab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/areviews-get-reviews-from/acfhjnfdooiblbcflkalpnemgibffnab
คำอธิบาย This app enables you to Import reviews directly from Dsers,Importify and dropified and other apps
ขนาดไฟล์ 449 KB
จำนวนการติดตั้ง 4,344
เวอร์ชันปัจจุบัน 4.9.2
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2020-05-11
คะแนน 3.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://areviewsapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.shopify.com/areviews-aliexpress
URL หน้าช่วยเหลือ https://areviewsapp.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://areviewsapp.com/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/importify.css",
                "css\/iziModal.css"
            ],
            "js": [
                "js\/importify.js"
            ],
            "matches": [
                "https:\/\/app.importify.net\/dashboard\/products\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/dropified.css",
                "css\/iziModal.css"
            ],
            "exclude_matches": [
                "https:\/\/app.dropified.com\/product?store=n*",
                "https:\/\/app.dropified.com\/product?page=*&store=n"
            ],
            "js": [
                "js\/dropified.js"
            ],
            "matches": [
                "https:\/\/app.dropified.com\/product?store=*",
                "https:\/\/app.dropified.com\/product?page=*&store=*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/modalyst.css",
                "css\/iziModal.css"
            ],
            "js": [
                "js\/modalyst.js"
            ],
            "matches": [
                "https:\/\/modalyst.co\/item_manager\/sync_list*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/expressfy.css",
                "css\/iziModal.css"
            ],
            "js": [
                "js\/expressfy.js"
            ],
            "matches": [
                "https:\/\/app.expressfy.com\/dashboard\/products\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/dsers.css",
                "css\/iziModal.css"
            ],
            "js": [
                "js\/dsers.js"
            ],
            "matches": [
                "https:\/\/www.dsers.com\/application\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This app enables you to Import reviews directly from Dsers,Importify and dropified and other apps",
    "icons": {
        "128": "images\/icons\/areviews_icon128.png",
        "16": "images\/icons\/areviews_icon16.png",
        "19": "images\/icons\/areviews_icon19.png",
        "38": "images\/icons\/areviews_icon38.png",
        "48": "images\/icons\/areviews_icon48.png"
    },
    "manifest_version": 3,
    "name": "Areviews - get reviews from aliexpress,amazon",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.areviewsapp.com\/*",
        "*:\/\/areviewsapp.com\/*",
        "https:\/\/*.dsers.com\/*"
    ],
    "version": "4.9.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}