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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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;"
    }
}