O365 Launcher

Office 365 automatic launcher.

O365 Launcherคืออะไร?

O365 Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Office 365 automatic launcher."

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

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

ดาวน์โหลดไฟล์ส่วนขยาย O365 Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Working with multiple tenants ?

This extension is for you : add multiple tenant in a list and open them in incognito mode. Your email will be automatically added.
 
Please activate Incognito mode.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ O365 Launcher O365 Launcher
ID coihkmjofdnfbgabldipnkehoopebpme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/o365-launcher/coihkmjofdnfbgabldipnkehoopebpme
คำอธิบาย Office 365 automatic launcher.
ขนาดไฟล์ 99.88 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-11-17
วันที่เผยแพร่ 2017-11-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "O365 Launcher",
    "description": "Office 365 automatic launcher.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "32": "images\/icon_64.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}