Wunder365

Wunder365 helps you to share and collaborate across different Office 365 groups.

什麼是Wunder365?

Wunder365是由https://apps4.pro開發的Chrome擴展程式,該擴展的主要功能是“Wunder365 helps you to share and collaborate across different Office 365 groups.”。

擴展截圖

screenshot

下載Wunder365擴展crx文件

下載Wunder365擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Welcome to Wunderboards beta. Wunderboards helps you to share and collaborate across different Office 365 groups.                    

擴展基本資訊

名稱 Wunder365 Wunder365
ID jojckjhmkpmbapphehdhccbgakmdpkdd
官方網址 https://chromewebstore.google.com/detail/wunder365/jojckjhmkpmbapphehdhccbgakmdpkdd
簡介 Wunder365 helps you to share and collaborate across different Office 365 groups.
檔案大小 196 KB
安裝次數 276
目前版本 1.0.3.6
更新時間 2020-09-16
上架時間 2020-02-19
評分 1.00/5 共 1 次評分
開發者 https://apps4.pro
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://apps4.pro/privacy-policy.aspx
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wunder365",
    "short_name": "Wunder365",
    "version": "1.0.3.6",
    "background": {
        "page": "index.html#\/background",
        "persistent": true
    },
    "description": "Wunder365 helps you to share and collaborate across different Office 365 groups.",
    "browser_action": {
        "default_title": "Save to Wunder365 (Alt+S)"
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/login.windows.net\/*",
        "activeTab",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.wunder365.com\/*"
            ],
            "all_frames": true,
            "js": [
                "assets\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "my-wunderboards": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Open Wunderboards"
        },
        "add-card": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Create a Card"
        },
        "search-related-card": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Search related card"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.wunder365.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/icon-16x16.png",
        "assets\/icon-24x24.png",
        "assets\/icon-32x32.png",
        "assets\/icon-48x48.png",
        "assets\/icon-64x64.png",
        "assets\/icon-96x96.png",
        "assets\/icon-128x128.png",
        "assets\/iframe.html",
        "assets\/Icons\/pin.svg",
        "assets\/Icons\/unpin.svg",
        "assets\/Icons\/cancel.svg",
        "assets\/Icons\/ok.svg",
        "assets\/Icons\/refresh.svg",
        "assets\/popup.html"
    ]
}