Document Editor
Create, edit and share Docs, Sheets, Slides, Word, Excel, PowerPoint documents. Work with others on shared projects.
Document Editor란 무엇입니까?
Document Editor은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create, edit and share Docs, Sheets, Slides, Word, Excel, PowerPoint documents. Work with others on shared projects."입니다.
확장 프로그램 스크린샷
Document Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tools for Create, edit and share Docs, Sheets, Slides, Word, Excel, PowerPoint documents. Work with others on shared projects, in real-time. This extension provides quick links to edit documents right away. You can create or edit a new document by simply clicking the icon on the app. You can create and edit documents, spreadsheets, diagrams, shapes, forms, presentations, and, database on the browser. It's easy to use thanks to the intuitive interface, so inexperienced users have no problems in figuring out all that it has to offer.
확장 프로그램 기본 정보
이름 | Document Editor |
ID | amcohnjkplnibjnndkpmanegodllopdj |
공식 URL | https://chromewebstore.google.com/detail/document-editor/amcohnjkplnibjnndkpmanegodllopdj |
설명 | Create, edit and share Docs, Sheets, Slides, Word, Excel, PowerPoint documents. Work with others on shared projects. |
파일 크기 | 41.19 KB |
설치 횟수 | 5,039 |
현재 버전 | 1.1181.0.8 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2018-09-09 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Smart Software |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://office.youfiles.net/ |
도움말 페이지 URL | https://office.youfiles.net/ |
개인정보 보호 정책 페이지 URL | http://iblogbox.com/chrome/tos.php |
지원되는 언어 | de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.1181.0.8" } |