Driftly Builder
Build Driftly flows while on your website
Driftly Builder क्या है?
Driftly Builder https://driftly.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build Driftly flows while on your website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Driftly Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |