Driftly Builder

Build Driftly flows while on your website

Wat is Driftly Builder?

Driftly Builder is een Chrome-extensie ontwikkeld door https://driftly.app, en de belangrijkste functie is "Build Driftly flows while on your website".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Driftly Builder

Download Driftly Builder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
Officiële URL https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Beschrijving Build Driftly flows while on your website
Bestandsgrootte 722 KB
Aantal Installaties 55
Huidige Versie 0.32
Laatst Bijgewerkt 2022-07-20
Publicatiedatum 2022-01-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://driftly.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://driftly.app
URL van de Privacybeleid Pagina https://driftly.app/toc
Ondersteunde Talen 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"
    }
}