Hangouts Status Reader

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

Was ist Hangouts Status Reader?

Hangouts Status Reader ist eine Chrome-Erweiterung, die von https://bowenyin.tk entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to read Google Hangouts statuses directly in the contact info box.".

Erweiterungsscreenshots

screenshot

Hangouts Status Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hangouts Status Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Offizielle URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Beschreibung Allows you to read Google Hangouts statuses directly in the contact info box.
Dateigröße 4.24 KB
Installationsanzahl 78
Aktuelle Version 2.0
Letztes Update 2018-05-08
Veröffentlichungsdatum 2018-05-08
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://bowenyin.tk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.bowenyin.tk
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}