Hangouts Status Reader
Allows you to read Google Hangouts statuses directly in the contact info box.
Hvad er Hangouts Status Reader?
Hangouts Status Reader er en Chrome-udvidelse udviklet af https://bowenyin.tk, og dens hovedfunktion er "Allows you to read Google Hangouts statuses directly in the contact info box.".
Udvidelsesskærmbilleder
Download Hangouts Status Reader-udvidelses-CRX-fil
Download Hangouts Status Reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ceggpinhhmjppnindgmdahlibhmdbknj |
| Officiel URL | https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj |
| Beskrivelse | Allows you to read Google Hangouts statuses directly in the contact info box. |
| Filstørrelse | 4.24 KB |
| Antal Installationer | 78 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2018-05-08 |
| Udgivelsesdato | 2018-05-08 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | https://bowenyin.tk |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.bowenyin.tk |
| Understøttede Sprog | 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\/*"
]
}
]
} | |