Hangouts Status Reader
Allows you to read Google Hangouts statuses directly in the contact info box.
Vad är Hangouts Status Reader?
Hangouts Status Reader är en Chrome-tillägg utvecklad av https://bowenyin.tk, och dess huvudfunktion är "Allows you to read Google Hangouts statuses directly in the contact info box.".
Tilläggsskärmbilder
Ladda ner Hangouts Status Reader-förlängningens CRX-fil
Ladda ner Hangouts Status Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ceggpinhhmjppnindgmdahlibhmdbknj |
| Officiell webbadress | https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj |
| Beskrivning | Allows you to read Google Hangouts statuses directly in the contact info box. |
| Filstorlek | 4.24 KB |
| Antal Installationer | 78 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2018-05-08 |
| Publiceringsdatum | 2018-05-08 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | https://bowenyin.tk |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.bowenyin.tk |
| Stödda Språk | 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\/*"
]
}
]
} | |