Appcues Builder

Build Appcues experiences and events while on your website.

什麼是Appcues Builder?

Appcues Builder是由https://appcues.com開發的Chrome擴展程式,該擴展的主要功能是“Build Appcues experiences and events while on your website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Appcues Builder擴展crx文件

下載Appcues Builder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Install the Appcues Builder to create, edit, and publish experiences into your product, as well review the experiences you create on top of your application. 

The builder also allows you to create, edit, and track your own events in your product.                    

擴展基本資訊

名稱 Appcues Builder Appcues Builder
ID hjdcpbokggnjjmcmbmhkbkmibdekodmk
官方網址 https://chromewebstore.google.com/detail/appcues-builder/hjdcpbokggnjjmcmbmhkbkmibdekodmk
簡介 Build Appcues experiences and events while on your website.
檔案大小 22.57 MB
安裝次數 20,000
目前版本 7.2.6
更新時間 2024-02-26
上架時間 2020-07-01
評分 4.69/5 共 74 次評分
開發者 https://appcues.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.appcues.com/flow-builder
說明頁面URL https://docs.appcues.com/article/512-building-flows
隱私政策頁面URL https://www.appcues.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.2.6",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "action": {
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "alarms"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/*"
            ],
            "matches": [
                "https:\/\/*.appcues.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.appcues.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "images\/icon-16-prod.png",
        "32": "images\/icon-32-prod.png",
        "48": "images\/icon-48-prod.png",
        "128": "images\/icon-128-prod.png",
        "256": "images\/icon-256-prod.png",
        "512": "images\/icon-512-prod.png"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; font-src 'self'; img-src 'self'; style-src 'self'; frame-src 'self' https:\/\/*.appcues.com; connect-src 'self' https:\/\/*.appcues.com https:\/\/*.appcues.net https:\/\/api.cloudinary.com https:\/\/api.segment.io https:\/\/appcues-crx.global.ssl.fastly.net https:\/\/*.sentry.io https:\/\/www.googleapis.com;"
    }
}