Hangouts Status Reader

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

Co to jest Hangouts Status Reader?

Hangouts Status Reader to rozszerzenie Chrome opracowane przez https://bowenyin.tk, a jego główną funkcją jest „Allows you to read Google Hangouts statuses directly in the contact info box.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hangouts Status Reader

Pobierz pliki rozszerzeń Hangouts Status Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Oficjalny URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Opis Allows you to read Google Hangouts statuses directly in the contact info box.
Rozmiar pliku 4.24 KB
Liczba instalacji 78
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-05-08
Data Publikacji 2018-05-08
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://bowenyin.tk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.bowenyin.tk
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}