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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Free Visio Viewer (Mac, Windows, Linux) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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"
        ]
    }
}