ONLYOFFICE

The most advanced processor for your documents

什麼是ONLYOFFICE?

ONLYOFFICE是由https://onlyoffice.com開發的Chrome擴展程式,該擴展的主要功能是“The most advanced processor for your documents”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ONLYOFFICE擴展crx文件

下載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 ONLYOFFICE
ID ohdlcmpahmacjddiaokoogleflddlahc
官方網址 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:\/\/*\/"
    ]
}