GuideChimp Chrome Extension

Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs.

GuideChimp Chrome Extensionคืออะไร?

GuideChimp Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Labs64 และคุณลักษณะหลักของมันคือ "Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enable guided tour on any website, simply by uploading tour definition (JSON) in the public GitHub repository.
All Chrome users with the installed GuideChimp Chrome Extension will be notified and able to open tour on the visited page right away by clicking on the extension icon.

No need to install additional JavaScript libraries or tour configurations on your website.

== What can you do with GuideChimp ==

- User Experience: Implement engaging and personalised guides to walk users through your system.
- User Onboarding: Successfully onboard your users from day one with an intuitive step by step walkthroughs.
- Feature Adoption: Introduce and highlight new features with personalised guides.
- In-product Messaging: Engage the right segment of your users at the right time and increase conversion.
- Employee Training: Improve your employees' productivity by providing an efficient and interactive training system.

== How To ==

1. Install GuideChimp Chrome Extension
2. Visit one of the pages with the tour enabled on it
(samples)
- https://netlicensing.io
- https://www.labs64.com/legal/privacy-policy/2-5/
3. Click on GuideChimp extension icon

== Contribute ==

Want to enable guided tour on your or any public website?!

Create and publish your tour definitions (JSON) in the public GitHub repository: https://github.com/Labs64/GuideChimp-tours                    

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

ชื่อ GuideChimp Chrome Extension GuideChimp Chrome Extension
ID afecedbgkfoijeligfjflidfddndnjng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/guidechimp-chrome-extensi/afecedbgkfoijeligfjflidfddndnjng
คำอธิบาย Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs.
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-03-23
วันที่เผยแพร่ 2020-10-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Labs64
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.labs64.com/guidechimp/
URL หน้าช่วยเหลือ https://www.labs64.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.labs64.com/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GuideChimp Chrome Extension",
    "version": "1.1.0",
    "description": "Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs.",
    "icons": {
        "48": "images\/guidechimp-logo-48x48.png",
        "64": "images\/guidechimp-logo-64x64.png",
        "128": "images\/guidechimp-logo-128x128.png"
    },
    "homepage_url": "https:\/\/www.labs64.com\/guidechimp\/",
    "content_security_policy": "default-src 'self'; connect-src https:\/\/www.labs64.com",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/guidechimp-logo-inactive-16x16.png",
            "24": "images\/guidechimp-logo-inactive-24x24.png",
            "32": "images\/guidechimp-logo-inactive-32x32.png"
        },
        "default_title": "GuideChimp"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "start.css"
            ]
        }
    ]
}