Wunder365

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

Wunder365คืออะไร?

Wunder365 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apps4.pro และคุณลักษณะหลักของมันคือ "Wunder365 helps you to share and collaborate across different Office 365 groups."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wunder365

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}