Driftly Builder

Build Driftly flows while on your website

Cos'è Driftly Builder?

Driftly Builder è un'estensione di Chrome sviluppata da https://driftly.app, e la sua funzione principale è "Build Driftly flows while on your website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Driftly Builder

Scarica i file di estensione Driftly 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 Driftly Builder to create, edit, and publish flows into your product, as well review the flows you create on top of your application.                    

Informazioni di Base sull'Estensione

Nome Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
URL Ufficiale https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Descrizione Build Driftly flows while on your website
Dimensione del File 722 KB
Conteggio Installazioni 55
Versione Corrente 0.32
Ultimo Aggiornamento 2022-07-20
Data di Pubblicazione 2022-01-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://driftly.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://driftly.app
URL della Pagina della Politica sulla Privacy https://driftly.app/toc
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Driftly Builder",
    "action": [],
    "version": "0.32",
    "manifest_version": 3,
    "author": "Driftly",
    "description": "Build Driftly flows while on your website",
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injectables\/dev\/driftly-builder.js",
                "injectables\/staging\/driftly-builder.js",
                "injectables\/prod\/driftly-builder.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.driftly.app\/*",
            "https:\/\/driftly.app\/*",
            "http:\/\/localhost:5002\/*"
        ]
    },
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    }
}