Driftly Builder

Build Driftly flows while on your website

Co je Driftly Builder?

Driftly Builder je rozšíření Chrome vyvinuté https://driftly.app, a jeho hlavní funkcí je „Build Driftly flows while on your website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Driftly Builder

Stáhněte si soubory rozšíření Driftly Builder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
Oficiální URL https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Popis Build Driftly flows while on your website
Velikost souboru 722 KB
Počet instalací 55
Aktuální Verze 0.32
Poslední Aktualizace 2022-07-20
Datum Vydání 2022-01-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://driftly.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://driftly.app
URL Stránky Zásad Ochrany Soukromí https://driftly.app/toc
Podporované Jazyky 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"
    }
}