Hangouts Status Reader

Allows you to read Google Hangouts statuses directly in the contact info box.

Hangouts Status Readerคืออะไร?

Hangouts Status Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bowenyin.tk และคุณลักษณะหลักของมันคือ "Allows you to read Google Hangouts statuses directly in the contact info box."

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

screenshot

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

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

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

                        In Gmail, this extension will allow you to view anyone's status message in the white info box that pops up on hover after a few seconds, like in the old Google Talk. Guaranteed to work or your money back! ;)
FEATURES:
– Link and emoji support.
– Bold/underline/italics support.
– Works with dense roster mode.
– No configuration needed.                    

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

ชื่อ Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
คำอธิบาย Allows you to read Google Hangouts statuses directly in the contact info box.
ขนาดไฟล์ 4.24 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-05-08
วันที่เผยแพร่ 2018-05-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://bowenyin.tk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bowenyin.tk
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts Status Reader",
    "description": "Allows you to read Google Hangouts statuses directly in the contact info box.",
    "version": "2.0",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/hangouts.google.com\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/apis.google.com\/*"
            ]
        }
    ]
}