Hangouts Status Reader

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

Apa itu Hangouts Status Reader?

Hangouts Status Reader adalah ekstensi Chrome yang dikembangkan oleh https://bowenyin.tk, dan fitur utamanya adalah "Allows you to read Google Hangouts statuses directly in the contact info box.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hangouts Status Reader

Unduh file ekstensi Hangouts Status Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
URL Resmi https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Deskripsi Allows you to read Google Hangouts statuses directly in the contact info box.
Ukuran File 4.24 KB
Jumlah Instalasi 78
Versi Saat Ini 2.0
Terakhir Diperbarui 2018-05-08
Tanggal Publikasi 2018-05-08
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://bowenyin.tk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.bowenyin.tk
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}