Viff.ai - Guest Review Replier

Guest review replier

Viff.ai - Guest Review Replierคืออะไร?

Viff.ai - Guest Review Replier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://viff.ai และคุณลักษณะหลักของมันคือ "Guest review replier"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viff.ai - Guest Review Replier

ดาวน์โหลดไฟล์ส่วนขยาย Viff.ai - Guest Review Replier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing Viff - the AI model that will transform the way you respond to guest reviews!
Viff is an AI assistant trained to generate responses to guest reviews in a single click.
Why Viff?
✅ Generate response in a single click
✅ No setup needed
✅  No integration necessary
✅  Works with any and all reputation management or property management software
✅ Zero learning curve
Features & benefits
🍃 Viff is the ultimate time-saver for hoteliers, generating responses in a single click. All you have to do is select the review text and hit the Viff icon. Copy the response and send it anywhere! With zero learning curve, anyone on your team can use it.
🈳 Viff is a multilingual genius, capable of understanding and responding in over 25 different languages.
💒 It is context-aware and addresses all subjects commonly encountered in hotel reviews, including location, food, cleanliness, service, and staff! Viff has been trained on over 96 different contextual points, so you can be sure it's got you covered.
🧿 But that's not all! Viff learns your tone and brand voice in as little as 10 reviews, ensuring a consistent response across your entire team.
🤵‍♀️ Viff is courteous by design, never saying anything that you wouldn't want any of your professional staff to say. It can even handle the toughest of reviews like a pro!
💁🏻‍♀️ Here's what some of our early adopters had to say about Viff:
"Viff is my best staff hire!"
"It saves us hours!"
"We've seen an increase in our bookings since we started responding to all reviews. Thank you, Viff!"
Businesses that respond to all their reviews have seen a 5x increase in their booking rates over a period of 3-6 months. With Viff, you can respond to all reviews without resorting to tone-deaf templates.
👉 Sign up for a free trial of Viff today, and your first 10 responses are on us!                    

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

ชื่อ Viff.ai - Guest Review Replier Viff.ai - Guest Review Replier
ID bmbjkbgajgoclngmfcpbijbeagldnclc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viffai-guest-review-repli/bmbjkbgajgoclngmfcpbijbeagldnclc
คำอธิบาย Guest review replier
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 0.2.9
อัปเดตครั้งล่าสุด 2023-09-08
วันที่เผยแพร่ 2023-02-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://viff.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://viff.ai
URL หน้าช่วยเหลือ https://www.viff.ai/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.viff.ai/policies/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viff.ai - Guest Review Replier",
    "description": "Guest review replier",
    "version": "0.2.9",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Viff.ai - Guest Review Replier"
    },
    "icons": {
        "16": "viff-logo-16x16.png",
        "48": "viff-logo-48x48.png",
        "128": "viff-logo-128x128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/content.css",
                ".\/static\/css\/main.css"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.viff.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "post-auth.html",
                "post-confirm.html",
                "viff-logo-48x48.png",
                "viff-logo-128x128.png",
                ".\/static\/css\/*",
                ".\/static\/media\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}