Hangouts Status Reader

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

Cos'è Hangouts Status Reader?

Hangouts Status Reader è un'estensione di Chrome sviluppata da https://bowenyin.tk, e la sua funzione principale è "Allows you to read Google Hangouts statuses directly in the contact info box.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hangouts Status Reader

Scarica i file di estensione Hangouts Status Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
URL Ufficiale https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Descrizione Allows you to read Google Hangouts statuses directly in the contact info box.
Dimensione del File 4.24 KB
Conteggio Installazioni 78
Versione Corrente 2.0
Ultimo Aggiornamento 2018-05-08
Data di Pubblicazione 2018-05-08
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://bowenyin.tk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bowenyin.tk
Lingue Supportate 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\/*"
            ]
        }
    ]
}