Driftly Builder
Build Driftly flows while on your website
Driftly Builder là gì?
Driftly Builder là một tiện ích mở rộng Chrome được phát triển bởi https://driftly.app, và tính năng chính của nó là "Build Driftly flows while on your website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Driftly Builder
Tải xuống các tệp mở rộng Driftly Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Driftly Builder |
ID | dcadomklihjfchifbgmmjedeelagpabf |
URL Chính Thức | https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf |
Mô tả | Build Driftly flows while on your website |
Kích Thước Tệp | 722 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.32 |
Cập Nhật Lần Cuối | 2022-07-20 |
Ngày Phát Hành | 2022-01-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://driftly.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://driftly.app |
URL Trang Chính Sách Bảo Mật | https://driftly.app/toc |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |