Hangouts Status Reader

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

Τι είναι το Hangouts Status Reader;

Το Hangouts Status Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bowenyin.tk, και η κύρια λειτουργία του είναι "Allows you to read Google Hangouts statuses directly in the contact info box.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hangouts Status Reader

Λήψη αρχείων επέκτασης Hangouts Status Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Επίσημο URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Περιγραφή Allows you to read Google Hangouts statuses directly in the contact info box.
Μέγεθος Αρχείου 4.24 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2018-05-08
Ημερομηνία Δημοσίευσης 2018-05-08
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://bowenyin.tk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.bowenyin.tk
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}