WebExtension.net
WebExtension.net

Office Editing for Docs, Sheets & Slides

View on Chrome Web Store
View Office Editing for Docs, Sheets & Slides Chrome Extension on Chrome Web Store
3.7 (5,828 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

View and edit Microsoft Word, Excel, and PowerPoint files with Google Docs, Sheets, and Slides
Type
Extension
Users
0 users
Website google.com
Google
View author page of Google
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 23, 2012
Version 152.160.178
Manifest version
3
Updated
Updated on October 22, 2024
View on Chrome Web Store
View Office Editing for Docs, Sheets & Slides Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "worker.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.google.com https:\/\/*.googleusercontent.com\/ https:\/\/www.googleapis.com\/ https:\/\/www.google-analytics.com\/ http:\/\/localhost:4040 http:\/\/localhost:9876 http:\/\/localhost:8712 ws:\/\/localhost:4040 ws:\/\/localhost:9876 ws:\/\/localhost:8712 blob: chrome-extension:; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline' chrome-extension:; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' https:\/\/www.google.com\/insights\/consumersurveys\/ http:\/\/*.gstatic.com https:\/\/*.gstatic.com blob: data:; frame-src chrome-extension: https:\/\/*.google.com https:\/\/content.googleapis.com; script-src http:\/\/localhost:4040 http:\/\/localhost:9876 http:\/\/localhost:8712 'self' 'wasm-unsafe-eval';frame-ancestors 'self';"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "file_handlers": [
        {
            "action": "\/views\/app.html",
            "name": "qo_documents",
            "accept": {
                "application\/msword": [
                    ".doc",
                    ".dot"
                ],
                "application\/vnd.ms-word": [
                    ".doc"
                ],
                "application\/vnd.msword": [
                    ".doc"
                ],
                "application\/vnd.openxmlformats-officedocument.wordprocessingml.document": [
                    ".docx"
                ],
                "application\/vnd.wordprocessing-openxml": [
                    ".docx"
                ],
                "application\/vnd.ms-word.document.macroenabled.12": [
                    ".docm"
                ],
                "application\/vnd.ms-word.document.macroEnabled.12": [
                    ".docm"
                ],
                "application\/vnd.ms-word.document.12": [
                    ".docm"
                ],
                "application\/msword-template": [
                    ".dot"
                ],
                "application\/vnd.openxmlformats-officedocument.wordprocessingml.template": [
                    ".dotx"
                ],
                "application\/vnd.ms-word.template.macroenabled.12": [
                    ".dotm"
                ],
                "application\/vnd.ces-quickword": [
                    ".doc"
                ],
                "application\/mspowerpoint": [
                    ".ppt",
                    ".pot"
                ],
                "application\/mspowerpoint-template": [
                    ".pot"
                ],
                "application\/vnd.ms-powerpoint": [
                    ".ppt"
                ],
                "application\/vnd.presentation-openxml": [
                    ".pptx"
                ],
                "application\/vnd.presentation-openxmlm": [
                    ".pptx"
                ],
                "application\/vnd.ms-powerpoint.presentation.macroenabled.12": [
                    ".pptm"
                ],
                "application\/vnd.ms-powerpoint.presentation.macroEnabled.12": [
                    ".pptm"
                ],
                "application\/vnd.openxmlformats-officedocument.presentationml.template": [
                    ".potx"
                ],
                "application\/vnd.ms-powerpoint.template.macroenabled.12": [
                    ".potm"
                ],
                "application\/vnd.openxmlformats-officedocument.presentationml.presentation": [
                    ".pptx"
                ],
                "application\/vnd.ces-quickpoint": [
                    ".ppt"
                ],
                "application\/msexcel": [
                    ".xls",
                    ".xlt"
                ],
                "application\/msexcel-template": [
                    ".xlt"
                ],
                "application\/vnd.ms-excel": [
                    ".xls"
                ],
                "application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
                    ".xlsx"
                ],
                "application\/vnd.spreadsheet-openxml": [
                    ".xlsx"
                ],
                "application\/vnd.ms-excel.sheet.macroenabled.12": [
                    ".xlsm"
                ],
                "application\/vnd.ms-excel.sheet.macroEnabled.12": [
                    ".xlsm"
                ],
                "application\/vnd.openxmlformats-officedocument.spreadsheetml.template": [
                    ".xltx"
                ],
                "application\/vnd.ms-excel.template.macroenabled.12": [
                    ".xltm"
                ],
                "application\/vnd.ces-quicksheet": [
                    ".xls"
                ],
                "text\/csv": [
                    ".csv"
                ]
            },
            "launch_type": "multiple-clients"
        }
    ],
    "icons": {
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_popup": "views\/mainPopup.html",
        "default_title": "__MSG_extension_name__"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "mime_types": [
        "application\/msword",
        "application\/vnd.ms-word",
        "application\/vnd.msword",
        "application\/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "application\/vnd.wordprocessing-openxml",
        "application\/vnd.ces-quickword",
        "application\/vnd.ms-word.document.macroenabled.12",
        "application\/vnd.ms-word.document.macroEnabled.12",
        "application\/vnd.ms-word.document.12",
        "application\/msword-template",
        "application\/vnd.openxmlformats-officedocument.wordprocessingml.template",
        "application\/mspowerpoint",
        "application\/vnd.ms-powerpoint",
        "application\/vnd.openxmlformats-officedocument.presentationml.presentation",
        "application\/vnd.ces-quickpoint",
        "application\/vnd.presentation-openxml",
        "application\/vnd.presentation-openxmlm",
        "application\/vnd.ms-powerpoint.presentation.macroenabled.12",
        "application\/vnd.ms-powerpoint.presentation.macroEnabled.12",
        "application\/vnd.openxmlformats-officedocument.presentationml.template",
        "application\/msexcel",
        "application\/vnd.ms-excel",
        "application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application\/vnd.ces-quicksheet",
        "application\/vnd.spreadsheet-openxml",
        "application\/vnd.ms-excel.sheet.macroenabled.12",
        "application\/vnd.ms-excel.sheet.macroEnabled.12",
        "application\/vnd.openxmlformats-officedocument.spreadsheetml.template",
        "text\/csv"
    ],
    "mime_types_handler": "views\/app.html",
    "name": "__MSG_extension_name__",
    "offline_enabled": true,
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "downloads",
        "fileSystem",
        "fileSystem.write",
        "identity",
        "identity.email",
        "metricsPrivate",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "version": "152.160.178",
    "web_accessible_resources": [
        {
            "resources": [
                "views\/app.html",
                "views\/qowt.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top