Kompassify Builder

Build Product tours without coding.

Kompassify Builderคืออะไร?

Kompassify Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kompassify.com และคุณลักษณะหลักของมันคือ "Build Product tours without coding."

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

screenshot
screenshot

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

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

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

                        With kompassify you can create in-app product walkthroughs to guide your users and help them understand your product.                    

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

ชื่อ Kompassify Builder Kompassify Builder
ID cekmphbdlnghklnaofdhfkdiinjjfnoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kompassify-builder/cekmphbdlnghklnaofdhfkdiinjjfnoc
คำอธิบาย Build Product tours without coding.
ขนาดไฟล์ 21.76 KB
จำนวนการติดตั้ง 476
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2020-02-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://kompassify.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kompassify.com
URL หน้าช่วยเหลือ https://kompassify.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://kompassify.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2",
    "short_name": "Kompassify",
    "manifest_version": 3,
    "name": "Kompassify Builder",
    "description": "Build Product tours without coding.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Kompassify Builder",
        "default_icon": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/*.kompassify.com' 'https:\/\/*.kompassify.app'"
    }
}