ONLYOFFICE

The most advanced processor for your documents

ما هو ONLYOFFICE؟

ONLYOFFICE هو إضافة Chrome تم تطويرها بواسطة https://onlyoffice.com، والميزة الرئيسية لها هي "The most advanced processor for your documents".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ONLYOFFICE

قم بتنزيل ملفات الامتداد ONLYOFFICE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://personal.onlyoffice.com/
عنوان صفحة المساعدة https://helpcenter.onlyoffice.com
عنوان صفحة سياسة الخصوصية 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:\/\/*\/"
    ]
}