Driftly Builder
Build Driftly flows while on your website
什么是Driftly Builder?
Driftly Builder是由https://driftly.app开发的Chrome扩展程序,该扩展的主要功能是“Build Driftly flows while on your website”。
扩展截图
下载Driftly Builder扩展crx文件
下载Driftly Builder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Driftly Builder |
ID | dcadomklihjfchifbgmmjedeelagpabf |
官方URL | https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf |
简介 | Build Driftly flows while on your website |
文件大小 | 722 KB |
安装次数 | 55 |
当前版本 | 0.32 |
更新时间 | 2022-07-20 |
上架时间 | 2022-01-12 |
评分 | 5.00/5 共2次评分 |
开发者 | https://driftly.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://driftly.app |
隐私政策页面URL | https://driftly.app/toc |
支持的语言 | 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": [ " |