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
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 |
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 |
[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": [ " |