Hangouts Status Reader

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

Hangouts Status Reader क्या है?

Hangouts Status Reader https://bowenyin.tk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to read Google Hangouts statuses directly in the contact info box."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hangouts Status Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}