Conpass Builder

User Engagement flows builder, for Conpass customers

Conpass Builderคืออะไร?

Conpass Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.conpass.io และคุณลักษณะหลักของมันคือ "User Engagement flows builder, for Conpass customers"

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

screenshot
screenshot
screenshot

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

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

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

                        User Engagement flows builder, for Conpass customers. With this extension, our customers are able to create guided tours in order to engage their users, removing points of friction from their customer journey with no code required.

It will only be possible to use this extension with the login from Conpass App (www.conpass.io).                    

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

ชื่อ Conpass Builder Conpass Builder
ID bmicebkolhboilnckecejkcodkokkidi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/conpass-builder/bmicebkolhboilnckecejkcodkokkidi
คำอธิบาย User Engagement flows builder, for Conpass customers
ขนาดไฟล์ 1.83 MB
จำนวนการติดตั้ง 1,131
เวอร์ชันปัจจุบัน 1.70.65
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2021-02-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://app.conpass.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://conpass.io
URL หน้าช่วยเหลือ http://conpass.io
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Conpass Builder",
    "description": "User Engagement flows builder, for Conpass customers",
    "version": "1.70.65",
    "short_name": "Conpass",
    "homepage_url": "https:\/\/conpass.io\/",
    "default_locale": "en",
    "action": {
        "default_title": "Conpass Builder",
        "default_icon": "assets\/icon_off.png"
    },
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "assets\/*.png",
                "assets\/css\/*.css",
                "assets\/*.svg",
                "assets\/*.woff2",
                "myscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "tabs",
        "scripting",
        "storage",
        "runtime",
        "extension",
        "unlimitedStorage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/app.conpass.io\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.conpass.io\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}