Appcues Builder

Build Appcues experiences and events while on your website.

Cos'è Appcues Builder?

Appcues Builder è un'estensione di Chrome sviluppata da https://appcues.com, e la sua funzione principale è "Build Appcues experiences and events while on your website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Appcues Builder

Scarica i file di estensione Appcues Builder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Appcues Builder Appcues Builder
ID hjdcpbokggnjjmcmbmhkbkmibdekodmk
URL Ufficiale https://chromewebstore.google.com/detail/appcues-builder/hjdcpbokggnjjmcmbmhkbkmibdekodmk
Descrizione Build Appcues experiences and events while on your website.
Dimensione del File 22.57 MB
Conteggio Installazioni 20,000
Versione Corrente 7.2.6
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2020-07-01
Valutazione 4.69/5 Totale 74 Valutazioni
Sviluppatore https://appcues.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.appcues.com/flow-builder
URL della Pagina di Aiuto https://docs.appcues.com/article/512-building-flows
URL della Pagina della Politica sulla Privacy https://www.appcues.com/privacy
Lingue Supportate 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;"
    }
}