ViDesigns Extension for Webflow
Create, share and upload Webflow components from the Webflow Designer
Qu'est-ce que ViDesigns Extension for Webflow ?
ViDesigns Extension for Webflow est une extension Chrome développée par https://videsigns.uk, et sa fonction principale est "Create, share and upload Webflow components from the Webflow Designer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ViDesigns Extension for Webflow
Téléchargez les fichiers d'extension ViDesigns Extension for Webflow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
🚀 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.
Informations de Base sur l'Extension
Nom | ViDesigns Extension for Webflow |
ID | epegfofibengnfhehlblkjpaplobhlmf |
URL Officiel | https://chromewebstore.google.com/detail/videsigns-extension-for-w/epegfofibengnfhehlblkjpaplobhlmf |
Description | Create, share and upload Webflow components from the Webflow Designer |
Taille du Fichier | 238 KB |
Nombre d'Installations | 692 |
Version Actuelle | 1.7.5 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2023-05-04 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://videsigns.uk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.videsigns.uk/extension |
URL de la Page d'Aide | https://join.slack.com/t/vdscommunity/shared_invite/zt-1jeqbciw0-xw6W00MF7A8KkvrRdegdwg |
URL de la Page de Politique de Confidentialité | https://www.videsigns.uk/privacy-policy |
Langues Prises en Charge | 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 } |