Hiver - Gmail-based customer service solution

Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.

Hiver - Gmail-based customer service solutionとは何ですか?

Hiver - Gmail-based customer service solutionはhttps://hiverhq.comによって開発されたChromeの拡張機能で、その主な機能は「Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Hiver - Gmail-based customer service solution拡張機能のCRXファイルをダウンロード

Hiver - Gmail-based customer service solution拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With Hiver, teams can assign, track, and collaborate on customer emails, as well as run the most advanced analytics and automations, without having to learn any new software.

Over 8000 teams from companies like Canva, Flexport, and Oxford Business Group, among others, use Hiver to deliver a better customer experience.

✉️ Email - Manage shared inboxes like support@ and info@. Create ownership for every email and collaborate faster internally.

📖 Knowledge Base - Empower your customers to self-serve with our centralized library of help articles.

💬 Live Chat - Offer personalized real-time support and manage these chats right inside Gmail.

📞 WhatsApp - Manage all queries that come via WhatsApp and respond to them without leaving your inbox.

🎙️ Voice - Provide support via call by setting up an Aircall account and start managing your voice inbox.

Hiver has all the powerful features of a helpdesk, yet the simplicity of Gmail. Here are a few:

Key Features

✅ Loop in teammates on emails with @mentions and get inputs when needed.

✅ Get alerted when someone is responding to an email with Hiver’s Collision Alerts.

✅ Automatically assign emails to your team in a round-robin manner for faster responses.

✅ Collaborate with co-workers outside your shared inbox with Collaborators and resolve queries faster.

✅ Track key customer service metrics and identify areas of improvement. 

✅ Get rich customer context and craft personalized responses with the Hiver Contacts feature.

✅ Set the right expectation for your team and never drop the ball on queries with SLAs.

✅ Measure customer satisfaction by sending a short survey at the end of emails.

✅ Intelligently close non-actionable ‘Thank you’ messages with Harvey - the AI bot.

✅ Connect your favorite apps like Asana, JIRA, Salesforce, Slack, and Zapier with Hiver.

Reasons you’ll love Hiver: 

✅ Designed for simplicity so you can get started in minutes.

✅ Provides 24x7 support across all plans.

✅ Most secure customer service solution. Does not store your emails.

✅ No tickets, no weirdly formatted emails. Have real human-to-human conversations.

Take Hiver for a spin with our 7-day free trial - https://hiverhq.com/signup
Or check out how Hiver works in 5 minutes - https://hiverhq.com/ondemand-webinar                    

拡張機能の基本情報

名前 Hiver - Gmail-based customer service solution Hiver - Gmail-based customer service solution
ID fcinnggknmdfkilogcndkgpojpfojeem
公式URL https://chromewebstore.google.com/detail/hiver-gmail-based-custome/fcinnggknmdfkilogcndkgpojpfojeem
説明 Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.
ファイルサイズ 35.93 KB
インストール数 42,068
現在のバージョン 6.9.5
最終更新日 2024-02-14
公開日 2020-06-02
評価 4.50/5 合計 212 レビュー
開発者 https://hiverhq.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hiverhq.com
ヘルプページのURL https://help.hiverhq.com
プライバシーポリシーページのURL https://hiverhq.com/privacy
対応言語 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "env.js",
            "logger.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "env.js",
                "logger.js",
                "grexit.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/mail*",
                "https:\/\/hiverhq.com\/*",
                "https:\/\/*.hiverhq.com\/*",
                "http:\/\/hiverhq.com\/*",
                "http:\/\/*.hiverhq.com\/*",
                "https:\/\/mail.google.com\/mail*",
                "http:\/\/mail.google.com\/a\/*",
                "https:\/\/mail.google.com\/a\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.hiverhq.com https:\/\/grexit.com https:\/\/hiverhq.com https:\/\/*.aptrinsic.com; object-src 'self'",
    "converted_from_user_script": true,
    "description": "Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.",
    "homepage_url": "http:\/\/hiverhq.com",
    "icons": {
        "128": "square_128.png",
        "16": "square_16.png",
        "48": "square_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLW4y5xU3TXElkizzXQ59gc\/2vudUtr6BwI5HDIG3IPn939+m42RmTU\/v0CZn\/jNTHrjPO+j3sedmNflwabU6WwbeJpoFcrDNooZS+fiosNbSH1npu7OTMkzTMRYKO\/Rtgq8ymnudP0svqK6A5GMPI40VotxkkFEjevzUzcgQDhwIDAQAB",
    "manifest_version": 2,
    "name": "Hiver - Gmail-based customer service solution",
    "permissions": [
        "background",
        "storage",
        "*:\/\/mail.google.com\/*"
    ],
    "short_name": "Manage Customer Service in Gmail",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.9.5",
    "web_accessible_resources": [
        "src\/*",
        "square_16.png"
    ]
}