Appcues Builder

Build Appcues experiences and events while on your website.

Что такое Appcues Builder?

Appcues Builder - это расширение Chrome, разработанное https://appcues.com, и его основная функция - "Build Appcues experiences and events while on your website.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Appcues Builder

Скачайте файлы расширений 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
Официальный 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;"
    }
}