Hangouts Status Reader

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

Co je Hangouts Status Reader?

Hangouts Status Reader je rozšíření Chrome vyvinuté https://bowenyin.tk, a jeho hlavní funkcí je „Allows you to read Google Hangouts statuses directly in the contact info box.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hangouts Status Reader

Stáhněte si soubory rozšíření Hangouts Status Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Oficiální URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Popis Allows you to read Google Hangouts statuses directly in the contact info box.
Velikost souboru 4.24 KB
Počet instalací 78
Aktuální Verze 2.0
Poslední Aktualizace 2018-05-08
Datum Vydání 2018-05-08
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://bowenyin.tk
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.bowenyin.tk
Podporované Jazyky 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\/*"
            ]
        }
    ]
}