WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fabasoft Cloud

Fabasoft Cloud

View on Chrome Web Store
View Fabasoft Cloud Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (17 ratings)
0 views
This extension has been viewed 0 times

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

Web browser extension for the Fabasoft Cloud Client
Type
Extension
Users
10,000 users
1K
Fabasoft
View author page of Fabasoft
Published
Published on July 10, 2015
Version 23.12.0.22
Manifest version
3
Updated
Updated on November 7, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fabasoft Cloud Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "de",
    "name": "Fabasoft Cloud",
    "description": "__MSG_extDescription__",
    "version": "23.12.0.22",
    "author": "Copyright \u00a9 Fabasoft R&D GmbH, A-4020 Linz, 1988-2023.",
    "homepage_url": "https:\/\/www.fabasoft.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fabasoft.com\/*"
            ],
            "js": [
                "nmext.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "nmextback.js"
    },
    "incognito": "split",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "installed.js",
                "register.js"
            ],
            "matches": [
                "*:\/\/*.fabasoft.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "128": "icon128.png",
            "256": "icon256.png"
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*.fabasoft.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    }
}
© 2025 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