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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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