Google Hangouts for Device

Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.

Google Hangouts for Deviceคืออะไร?

Google Hangouts for Device เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roks0n และคุณลักษณะหลักของมันคือ "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Hangouts for Device

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

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

                                            

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

ชื่อ Google Hangouts for Device Google Hangouts for Device
ID gfolnfejfcddkmbpikcajepikaoekoom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom
คำอธิบาย Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
ขนาดไฟล์ 99.05 KB
จำนวนการติดตั้ง 672
เวอร์ชันปัจจุบัน 0.53
อัปเดตครั้งล่าสุด 2016-03-12
วันที่เผยแพร่ 2016-03-12
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา roks0n
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Hangouts for Device",
    "short_name": "Google Hangouts Device",
    "description": "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.",
    "author": "roks0n",
    "version": "0.53",
    "icons": {
        "16": "media\/icon_16.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "https:\/\/hangouts.google.com\/hangouts\/*"
    ]
}