Helppier

Helppier

Helppierคืออะไร?

Helppier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helppier.com และคุณลักษณะหลักของมันคือ "Helppier"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Spend less time onboarding and helping users.

From acquiring new users to onboarding them, there’s plenty of time you spend on calls and emails. Start creating user guides, automated tours, and in-app messages to help users interact with your product.

Helppier is the easiest way to create in-app messages and user guides for the web.
Find ready-to-use templates of welcome messages, feature announcements, alerts, and more, and start publishing content in your product, without any coding.

How Helppier works:
1. Login on our website and set up your app;
2. Add our Chrome extension to your website and login;
3. Create your in-app messages and guides;
4. Save and Publish!

Note: If the Helppier icon is not pinned automatically to your browser click on the extensions icon and select the option Pin.


Create between hundreds of in-app messages, in minutes:

- Product tours to help users get started on your website;
- Welcome messages to retain first-time users;
- Popup messages to announce products and offers;
- Banners to promote new infographics and e-books;
- Warnings to alert users about possible errors;
- Notifications to inform users about changes;
- Contextual messages to assist in complex features and form fields;
- Hotspots to highlight specific areas on your website or product images;

With Helppier you can:
- Increase revenue and conversions;
- Improve retention and reduce churn;
- Lower costs with onboarding and support;
- Reduce time creating documentation & FAQs; 

What you get with Helppier 4.0:
- Beautiful ready-to-use templates; 
- Powerful customization;
- Segmentation; 
- Actions & Triggers;
- Conversion to video;
- Analytics Dashboard;
- Translation up to 65 languages;
- Integration with FAQs, Calendars, Forms and Docs;
- Integration with Canva to fetch designs;

Request your free trial at www.helppier.com

Talk to us:
[email protected]                    

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

ชื่อ Helppier Helppier
ID komfkgoihfgcnnklcajfojdjjcfigdom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helppier/komfkgoihfgcnnklcajfojdjjcfigdom
คำอธิบาย Helppier
ขนาดไฟล์ 96.84 KB
จำนวนการติดตั้ง 779
เวอร์ชันปัจจุบัน 4.6
อัปเดตครั้งล่าสุด 2021-03-22
วันที่เผยแพร่ 2019-08-19
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://helppier.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.helppier.com/en/
URL หน้าช่วยเหลือ https://helppier.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.helppier.com/en/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Helppier",
    "version": "4.6",
    "manifest_version": 2,
    "description": "Helppier",
    "homepage_url": "https:\/\/www.helppier.com",
    "background": {
        "scripts": [
            "common.js",
            "utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "utils.js",
                "injection.listener.js"
            ]
        },
        {
            "matches": [
                "https:\/\/km.helppier.com\/widget\/back\/*"
            ],
            "js": [
                "backListener.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Helppier",
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        ""
    ]
}