ViDesigns Extension for Webflow
Create, share and upload Webflow components from the Webflow Designer
ViDesigns Extension for Webflow क्या है?
ViDesigns Extension for Webflow https://videsigns.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create, share and upload Webflow components from the Webflow Designer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ViDesigns Extension for Webflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🚀 Changelog v1.7.5 Updated UI to match Webflow's new branding and UI! 💜 Enjoy all these fantastic features: 💜 Create and store components to expedite page creation. 🔎 Seamlessly search for components, saving you valuable time. 🚚 Export and share components with anyone for collaborative work. 🔺 Upload components effortlessly, expanding your library. 🗂 Folders - Organize your components for better accessibility. ⚙️ Backups - Never lose your components again. Automatic backups are taken once every week. Exciting upcoming features on the horizon: ⭐️ Favourites - Mark your go-to components for quick access. 🔗 Link components to code for a streamlined development process.
एक्सटेंशन की मूल जानकारी
नाम | ViDesigns Extension for Webflow |
ID | epegfofibengnfhehlblkjpaplobhlmf |
आधिकारिक URL | https://chromewebstore.google.com/detail/videsigns-extension-for-w/epegfofibengnfhehlblkjpaplobhlmf |
विवरण | Create, share and upload Webflow components from the Webflow Designer |
फ़ाइल का आकार | 238 KB |
स्थापना संख्या | 692 |
वर्तमान संस्करण | 1.7.5 |
अंतिम अपडेट | 2024-02-16 |
प्रकाशन तिथि | 2023-05-04 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | https://videsigns.uk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.videsigns.uk/extension |
सहायता पृष्ठ URL | https://join.slack.com/t/vdscommunity/shared_invite/zt-1jeqbciw0-xw6W00MF7A8KkvrRdegdwg |
गोपनीयता नीति पृष्ठ URL | https://www.videsigns.uk/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViDesigns Extension for Webflow", "description": "Create, share and upload Webflow components from the Webflow Designer", "version": "1.7.5", "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "icons": { "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/webflow.com\/design*", "https:\/\/*.design.webflow.com\/*" ], "css": [ "index.css" ], "js": [ "script.js" ] } ], "manifest_version": 3 } |