exocad webview

Load almost any type of 3D model quickly and easily in our established 3D viewer. All common open file formats are supported.

exocad webview란 무엇입니까?

exocad webview은(는) https://exocad.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load almost any type of 3D model quickly and easily in our established 3D viewer. All common open file formats are supported."입니다.

확장 프로그램 스크린샷

screenshot

exocad webview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        View 3D files directly in chrome browser. Supported file formats are STL, OBJ, PLY and many more. The intuitive and user-friendly user interface makes viewing your models a pleasure on any end device. Also available on smartphone, tablet, laptop and PC/Mac – try it and see for yourself.

Just open a file in browser preview from a file URL and exocad webview will open automatically. In order to view 3D files from your local filesystem just drag and drop the file into an open browser tab. (Note: The option "Allow access to file URLs" has to be manually enabled for the extension)

The benefits of exocad webview at a glance:
- Simple and intuitive user interface
- Compatible with all open 3D data types (.stl, .obj, .ply, .wrl, .off, .eoff, .xyz, .xyzn, .xyznb, .xyzc, .asc)
- Easily modifiable mesh transparency
- View rotation points can be set using touch & hold function or via mouse middle click
- Can also be used as a web app in any browser: https://webview.dental/
- Can be used free of charge and without registration

Remarks about permissions:
In order to open and view 3D files directly in the browser, exocad webview inspects every link and determines whether a 3D file attachment exists. This information is required for exocad webview to work as intended. At no point in time does exocad webview process, transmit or gather any additional user information. 

The use of every permission in detail:
- Access to websites: Required in order to determine whether a link has a 3D file attached to it. No other information is processed by exocad webview.
- Access to email: Required to allow exocad webview to be (optionally) installed in google drive (https://gsuite.google.com/marketplace/app/exocad_webview/16979037505).
- Show notifications: Required to notify the user about a successful installation of exocad webview in google drive.


Please send us your feedback to [email protected].                    

확장 프로그램 기본 정보

이름 exocad webview exocad webview
ID ageglinjmdhkgnaldlfaojgannkojcie
공식 URL https://chromewebstore.google.com/detail/exocad-webview/ageglinjmdhkgnaldlfaojgannkojcie
설명 Load almost any type of 3D model quickly and easily in our established 3D viewer. All common open file formats are supported.
파일 크기 1.66 MB
설치 횟수 2,947
현재 버전 1.6.4
최근 업데이트 2022-06-29
출시 날짜 2020-02-26
평점 5.00/5 총 2 개의 평점
개발자 https://exocad.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://exocad.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "exocad webview",
    "version": "1.6.4",
    "description": "Load almost any type of 3D model quickly and easily in our established 3D viewer. All common open file formats are supported.",
    "icons": {
        "16": "icons\/exocadWebViewAppIcon-16x16.png",
        "48": "icons\/exocadWebViewAppIcon-48x48.png",
        "128": "icons\/exocadWebViewAppIcon-128x128.png",
        "256": "icons\/exocadWebViewAppIcon-256x256.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "storage",
        "identity",
        "identity.email",
        "notifications",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "16979037505-ouhajhinptda4re7op297t9ute1gs9n4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.install",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icons": {
            "16": "icons\/exocadWebViewAppIcon-16x16.png",
            "48": "icons\/exocadWebViewAppIcon-48x48.png",
            "128": "icons\/exocadWebViewAppIcon-128x128.png"
        },
        "default_title": "exocad webview"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ]
}