ONLYOFFICE
The most advanced processor for your documents
ONLYOFFICEคืออะไร?
ONLYOFFICE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlyoffice.com และคุณลักษณะหลักของมันคือ "The most advanced processor for your documents"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ONLYOFFICE
ดาวน์โหลดไฟล์ส่วนขยาย ONLYOFFICE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create and edit docs, sheets and slides in your browser. ONLYOFFICE Chrome extension for quick access to ONLYOFFICE Personal service. ONLYOFFICE Personal is your individual cloud space for storing, editing, and co-editing Office documents. Here’s what you get: • Online document, spreadsheet and presentation editors. • Maximum compatibility with docx, xlsx, and pptx. • 2 GB of free storage. • Hundreds of formatting and styling tools for your docs, sheets, and slides. • Many collaboration tools: you can share docs to external users for viewing, commenting, co-editing, reviewing and filling forms. • Connecting other cloud storages you use (Google Drive, Dropbox, Box, etc).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ONLYOFFICE |
ID | ohdlcmpahmacjddiaokoogleflddlahc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/onlyoffice/ohdlcmpahmacjddiaokoogleflddlahc |
คำอธิบาย | The most advanced processor for your documents |
ขนาดไฟล์ | 31.09 KB |
จำนวนการติดตั้ง | 7,359 |
เวอร์ชันปัจจุบัน | 11.0 |
อัปเดตครั้งล่าสุด | 2022-04-29 |
วันที่เผยแพร่ | 2019-08-19 |
คะแนน | 4.56/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://onlyoffice.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://personal.onlyoffice.com/ |
URL หน้าช่วยเหลือ | https://helpcenter.onlyoffice.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.onlyoffice.com/privacy.aspx |
ภาษาที่รองรับ | de,en,fr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "11.0", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "ONLYOFFICE", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_icon": { "16": "icon_16.png", "24": "icon_24.png", "32": "icon_32.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_appName__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/favicon.ico", "https:\/\/*\/favicon.ico" ], "all_frames": true, "js": [ "js\/inject.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/personal.onlyoffice.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |