One Click Google On-Air Hangout

This extension starts a google on-air hangout.

One Click Google On-Air Hangoutคืออะไร?

One Click Google On-Air Hangout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://oneclickhangout.com และคุณลักษณะหลักของมันคือ "This extension starts a google on-air hangout."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Google On-Air Hangout

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

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

                        From legendary developer Eric Hayes comes the greatest thing since sliced bread, the wheel, and fire.  Presenting: "THE ONE CLICK ON-AIR GOOGLE HANGOUT BUTTON"

After installing this extension you are just ONE click away from hanging out!  Here are the main features:

- Start a hangout right away, no more waiting and clicking through endless menus
- Once the hangout is started, the hangout url is copied to your clipboard
- Added ability to choose which account to use in v1.1.0

Enjoy!                    

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

ชื่อ One Click Google On-Air Hangout One Click Google On-Air Hangout
ID hjdfingjhknmknmikpijefojjegnkmjk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/one-click-google-on-air-h/hjdfingjhknmknmikpijefojjegnkmjk
คำอธิบาย This extension starts a google on-air hangout.
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 9,265
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2015-06-18
วันที่เผยแพร่ 2015-06-18
คะแนน 3.70/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา http://oneclickhangout.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Google On-Air Hangout",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "This extension starts a google on-air hangout.",
    "homepage_url": "http:\/\/oneclickhangout.com",
    "icons": {
        "16": "icons\/hangout16.png",
        "48": "icons\/hangout48.png",
        "128": "icons\/hangout128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/hangout19.png"
    },
    "permissions": [
        "clipboardWrite",
        "notifications",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.oneclickhangout.com\/*",
                "http:\/\/oneclickhangout.com\/*",
                "http:\/\/ocgh.local\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}