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
公式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
Eメール [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:\/\/*\/"
    ]
}