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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create, share and upload Webflow components from the Webflow Designer"입니다.
확장 프로그램 스크린샷
ViDesigns Extension for Webflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |