Hubgets Screen Share

Hubgets Screen share extension

ما هو Hubgets Screen Share؟

Hubgets Screen Share هو إضافة Chrome تم تطويرها بواسطة https://hubgets.com، والميزة الرئيسية لها هي "Hubgets Screen share extension".

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

screenshot

تحميل ملف CRX للإضافة Hubgets Screen Share

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

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

                        Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties.

Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members.                    

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

الاسم Hubgets Screen Share Hubgets Screen Share
ID afbegohpenghgnldhimopeoemdapmiio
عنوان URL الرسمي https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio
الوصف Hubgets Screen share extension
حجم الملف 13.76 KB
عدد التثبيتات 84
النسخة الحالية 0.0.1.3
آخر تحديث 2017-01-26
تاريخ النشر 2017-01-26
تقييم 5.00/5 مجموع تقييمات 1
المطور https://hubgets.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hubgets.com
عنوان صفحة سياسة الخصوصية https://www.hubgets.com/company/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hubgets Screen Share",
    "author": "Hubgets",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Hubgets Screen share extension",
    "homepage_url": "https:\/\/hubgets.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "48": "icons\/pa_icon_48.png",
            "96": "icons\/[email protected]",
            "128": "icons\/pa_icon_128.png",
            "256": "icons\/[email protected]"
        }
    },
    "icons": {
        "16": "icons\/favicon_16x16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon_128.png",
        "256": "icons\/[email protected]"
    },
    "permissions": [
        "https:\/\/*\/*",
        "desktopCapture",
        "tabs"
    ]
}