Doxy.me Screen Sharing

Extension that captures content of your screen.

ما هو Doxy.me Screen Sharing؟

Doxy.me Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://doxy.me، والميزة الرئيسية لها هي "Extension that captures content of your screen.".

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

تحميل ملف CRX للإضافة Doxy.me Screen Sharing

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

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

                        A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.                    

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

الاسم Doxy.me Screen Sharing Doxy.me Screen Sharing
ID hpohjmcciikpccgjfbjopmjcieefnaem
عنوان URL الرسمي https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem
الوصف Extension that captures content of your screen.
حجم الملف 17.64 KB
عدد التثبيتات 5,966
النسخة الحالية 1.0
آخر تحديث 2017-10-23
تاريخ النشر 2017-10-23
تقييم 2.67/5 مجموع تقييمات 3
المطور https://doxy.me
نوع الدفع free
موقع الإضافة https://doxy.me
عنوان صفحة المساعدة https://help.doxy.me/video-tutorials/features/screenshare
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doxy.me Screen Sharing",
    "author": "Doxy.me LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension that captures content of your screen.",
    "homepage_url": "https:\/\/doxy.me",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.doxy.me\/*",
                "https:\/\/doxy.me\/*",
                "https:\/\/doxi.me\/*",
                "https:\/\/*.doxi.me\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}