Hangouts Status Reader

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

Wat is Hangouts Status Reader?

Hangouts Status Reader is een Chrome-extensie ontwikkeld door https://bowenyin.tk, en de belangrijkste functie is "Allows you to read Google Hangouts statuses directly in the contact info box.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hangouts Status Reader

Download Hangouts Status Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Officiële URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Beschrijving Allows you to read Google Hangouts statuses directly in the contact info box.
Bestandsgrootte 4.24 KB
Aantal Installaties 78
Huidige Versie 2.0
Laatst Bijgewerkt 2018-05-08
Publicatiedatum 2018-05-08
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://bowenyin.tk
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.bowenyin.tk
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}