GroupDocs Online Document Viewer Plugin
This add-on provides GroupDocs users with a slick interface for viewing their documents right in the Chrome browser.
GroupDocs Online Document Viewer Plugin란 무엇입니까?
GroupDocs Online Document Viewer Plugin은(는) groupdocs.marketplace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This add-on provides GroupDocs users with a slick interface for viewing their documents right in the Chrome browser."입니다.
확장 프로그램 스크린샷
GroupDocs Online Document Viewer Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GroupDocs Online Document Viewer will give you a possibility to view documents and images right in your web browser, without having to install bulky office software. Whether you need to view a text document, an image or a PowerPoint presentation, GroupDocs Viewer will open it for you. The list of supported file formats is vast and constantly increasing: - Word processing documents (DOC, DOCX, TXT, RTF, ODT) - PowerPoint Presentations (PPT, PPTX) - Image files (JPG, BMP, GIF, TIFF) - Portable files (PDF) - SpreadSheets (XLS, XLSX) Thanks to its smart rendering engine, GroupDocs Viewer will retain the formatting of your documents in high fidelity. Whether you open a file in its native program or using this online document viewer, it will look exactly the same way. If you used to log in to your account on the GroupDocs website to view a document, you don’t need to do this anymore. After you install this add-on, a small widget that will appear in the bottom-left corner of your Chrome browser will allow you to access, view and manage your documents with just a couple of clicks. And if you need to view a document while on the go, you can use GroupDocs Viewer on any web-enabled mobile device. GroupDocs Online Document Viewer Website: http://groupdocs.com/apps/viewer Visit our Github project for feedback and issue reports: https://github.com/groupdocs/groupdocs-chrome-viewer-source
확장 프로그램 기본 정보
이름 | GroupDocs Online Document Viewer Plugin |
ID | mjonmjnmjeopaknkgopihjpmlbbkkchj |
공식 URL | https://chromewebstore.google.com/detail/groupdocs-online-document/mjonmjnmjeopaknkgopihjpmlbbkkchj |
설명 | This add-on provides GroupDocs users with a slick interface for viewing their documents right in the Chrome browser. |
파일 크기 | 143 KB |
설치 횟수 | 2,706 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2013-12-11 |
출시 날짜 | 2013-12-11 |
평점 | 3.25/5 총 12 개의 평점 |
개발자 | groupdocs.marketplace |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://groupdocs.com/apps/viewer |
도움말 페이지 URL | http://groupdocs.com/docs/dashboard.action |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GroupDocs Online Document Viewer Plugin", "version": "1.4.0", "manifest_version": 2, "description": "This add-on provides GroupDocs users with a slick interface for viewing their documents right in the Chrome browser.", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "browser_action": { "default_title": "GroupDocs Online Document Viewer Plugin", "default_icon": ".\/img\/icon16.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.groupdocs.com\/*" ] } |