Free Visio Viewer (Mac, Windows, Linux)
Open your Microsoft Visio files for free
什么是Free Visio Viewer (Mac, Windows, Linux)?
Free Visio Viewer (Mac, Windows, Linux)是由https://www.lucidchart.com开发的Chrome扩展程序,该扩展的主要功能是“Open your Microsoft Visio files for free”。
扩展截图
下载Free Visio Viewer (Mac, Windows, Linux)扩展crx文件
下载Free Visio Viewer (Mac, Windows, Linux)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Our Free Visio Viewer for Mac, Windows, and Linux helps Chrome users collaborate with colleagues that diagram in Microsoft Visio. Use Lucidchart to open Visio files saved to your computer, attached to an email, or posted on a website. ★ Supported file types: .vsd, .vdx and .vsdx ★ Supported versions: 2007, 2010, 2013, 2016 Once you’ve installed the extension, you can: ★ Open Visio files from your computer: Click the Lucidchart icon on your toolbar and select “Choose file”, or drag and drop your Visio file onto the page. Because it's web-based, Lucidchart is a perfect alternative to Visio for Mac, Windows, and Linux. Enjoy real-time collaboration, access to your diagrams from any device, and an intuitive editor that’s easy to use, not to mention import and export for Microsoft Visio files. It’s never been easier to diagram in the cloud.
扩展基本信息
名称 | Free Visio Viewer (Mac, Windows, Linux) |
ID | mcpmofnlkemfkhgngcdppgbhncoflmpe |
官方URL | https://chromewebstore.google.com/detail/free-visio-viewer-mac-win/mcpmofnlkemfkhgngcdppgbhncoflmpe |
简介 | Open your Microsoft Visio files for free |
文件大小 | 2.32 MB |
安装次数 | 293,717 |
当前版本 | 4.4 |
更新时间 | 2020-11-10 |
上架时间 | 2020-05-11 |
评分 | 2.92/5 共330次评分 |
开发者 | https://www.lucidchart.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.lucidchart.com/pages/tour/visio_viewer |
帮助页面URL | http://support.lucidchart.com/ |
隐私政策页面URL | https://www.lucidchart.com/pages/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Visio Viewer (Mac, Windows, Linux)", "short_name": "Free Visio Viewer (Mac, Windows, Linux)", "version": "4.4", "manifest_version": 2, "description": "Open your Microsoft Visio files for free", "icons": { "16": "data\/img\/chart_appicon_16.png", "48": "data\/img\/chart_appicon_48.png", "128": "data\/img\/chart_appicon_128.png" }, "browser_action": { "default_icon": "data\/img\/chart_appicon_48.png", "default_title": "Free Visio Viewer by Lucidchart" }, "web_accessible_resources": [ "data\/js\/lib\/jquery.min.js" ], "background": { "persistent": false, "scripts": [ "data\/js\/local-file-viewer-background.js" ] } } |