QuicklyChat Screen Sharing

This extension allows you to share your screen to quickly.chat

ما هو QuicklyChat Screen Sharing؟

QuicklyChat Screen Sharing هو إضافة Chrome تم تطويرها بواسطة http://qqquickly.chat، والميزة الرئيسية لها هي "This extension allows you to share your screen to quickly.chat".

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

screenshot

تحميل ملف CRX للإضافة QuicklyChat Screen Sharing

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

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

                        This extension allows you to share your screen.                    

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

الاسم QuicklyChat Screen Sharing QuicklyChat Screen Sharing
ID dkmjjdaadpoolcnbcbomoiipifbghlke
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke
الوصف This extension allows you to share your screen to quickly.chat
حجم الملف 8.86 KB
عدد التثبيتات 30
النسخة الحالية 2.0.1
آخر تحديث 2017-08-28
تاريخ النشر 2017-08-28
المطور http://qqquickly.chat
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://qqquickly.chat
عنوان صفحة المساعدة http://twitter.com/omnipresencehq
اللغات المدعومة en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "QuicklyChat Screen Sharing",
    "short_name": "quickly.chat",
    "author": "quickly.chat",
    "version": "2.0.1",
    "description": "This extension allows you to share your screen to quickly.chat",
    "homepage_url": "https:\/\/qqquickly.chat\/",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:9009\/*"
            ]
        }
    ]
}