Hangouts Status Reader
Allows you to read Google Hangouts statuses directly in the contact info box.
Qu'est-ce que Hangouts Status Reader ?
Hangouts Status Reader est une extension Chrome développée par https://bowenyin.tk, et sa fonction principale est "Allows you to read Google Hangouts statuses directly in the contact info box.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hangouts Status Reader
Téléchargez les fichiers d'extension Hangouts Status Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hangouts Status Reader |
ID | ceggpinhhmjppnindgmdahlibhmdbknj |
URL Officiel | https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj |
Description | Allows you to read Google Hangouts statuses directly in the contact info box. |
Taille du Fichier | 4.24 KB |
Nombre d'Installations | 78 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2018-05-08 |
Date de Publication | 2018-05-08 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://bowenyin.tk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.bowenyin.tk |
Langues Prises en Charge | 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\/*" ] } ] } |