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
公式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
Eメール [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'"
    }
}