MS Office 365 Apps by OUBRECHT.com

Links to main applications from Microsoft Office 365 Business/Personal. This is not official extension.

What is MS Office 365 Apps by OUBRECHT.com?

MS Office 365 Apps by OUBRECHT.com is a Chrome extension developed by https://oubrecht.com, and its main feature is "Links to main applications from Microsoft Office 365 Business/Personal. This is not official extension.".

Extension Screenshots

screenshot
screenshot

Download MS Office 365 Apps by OUBRECHT.com Extension CRX File

Download MS Office 365 Apps by OUBRECHT.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Links to main applications from Microsoft Office 365 Business and Personal. This is not official extension.

This extension is by OUBRECHT.com                    

Extension Basic Information

Name MS Office 365 Apps by OUBRECHT.com MS Office 365 Apps by OUBRECHT.com
ID gkhgpcbnefmekjoccifdepcnnmncjhbj
Official URL https://chromewebstore.google.com/detail/ms-office-365-apps-by-oub/gkhgpcbnefmekjoccifdepcnnmncjhbj
Description Links to main applications from Microsoft Office 365 Business/Personal. This is not official extension.
File Size 360 KB
Installation Count 590
Current Version 14.0
Last Updated 2024-02-05
Publish Date 2024-02-04
Rating 3.00/5 Total 1 Ratings
Developer https://oubrecht.com
Email [email protected]
Payment Type free
Extension Website https://oubrecht.com
Help Page URL https://oubrecht.com/kontakt.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MS Office 365 Apps by OUBRECHT.com",
    "version": "14.0",
    "description": "Links to main applications from Microsoft Office 365 Business\/Personal. This is not official extension.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "funkce.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "MS Office 365 Apps by OUBRECHT.com",
        "default_icon": "icon.png",
        "default_popup": "background.html"
    }
}