Conpass Builder

User Engagement flows builder, for Conpass customers

什麼是Conpass Builder?

Conpass Builder是由https://app.conpass.io開發的Chrome擴展程式,該擴展的主要功能是“User Engagement flows builder, for Conpass customers”。

擴展截圖

screenshot
screenshot
screenshot

下載Conpass Builder擴展crx文件

下載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
官方網址 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'"
    }
}