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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Wunder365 Wunder365
ID jojckjhmkpmbapphehdhccbgakmdpkdd
공식 URL 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"
    ]
}