Driftly Builder

Build Driftly flows while on your website

Co to jest Driftly Builder?

Driftly Builder to rozszerzenie Chrome opracowane przez https://driftly.app, a jego główną funkcją jest „Build Driftly flows while on your website”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Driftly Builder

Pobierz pliki rozszerzeń Driftly Builder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
Oficjalny URL https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Opis Build Driftly flows while on your website
Rozmiar pliku 722 KB
Liczba instalacji 55
Aktualna Wersja 0.32
Ostatnia Aktualizacja 2022-07-20
Data Publikacji 2022-01-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://driftly.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://driftly.app
Adres URL Strony Polityki Prywatności https://driftly.app/toc
Obsługiwane Języki 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"
    }
}