ONLYOFFICE
The most advanced processor for your documents
ONLYOFFICE क्या है?
ONLYOFFICE https://onlyoffice.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most advanced processor for your documents"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ONLYOFFICE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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:\/\/*\/" ] } |