Chatlink

View links for Hangouts Chat threads.

ما هو Chatlink؟

Chatlink هو إضافة Chrome تم تطويرها بواسطة Swanand Nirgudkar، والميزة الرئيسية لها هي "View links for Hangouts Chat threads.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chatlink

قم بتنزيل ملفات الامتداد Chatlink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Google Chrome Extension to view links for Hangouts Chat (G-Suite). Attaches a link icon at the top right side of each thread below the follow button, which on clicking navigates to that thread.                    

معلومات أساسية عن التمديد

الاسم Chatlink Chatlink
ID ckjmlclggockkinpegpmhgbkokphabag
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag
الوصف View links for Hangouts Chat threads.
حجم الملف 23.15 KB
عدد التثبيتات 232
النسخة الحالية 2.1.2
آخر تحديث 2020-05-30
تاريخ النشر 2020-05-29
تقييم 5.00/5 مجموع تقييمات 1
المطور Swanand Nirgudkar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatlink",
    "version": "2.1.2",
    "description": "View links for Hangouts Chat threads.",
    "browser_action": [],
    "permissions": [
        "activeTab",
        "webRequest",
        "https:\/\/chat.google.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}