My Business Matches™ - Screen Sharing

This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.

ما هو My Business Matches™ - Screen Sharing؟

My Business Matches™ - Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://mybusinessmatches.com، والميزة الرئيسية لها هي "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".

تحميل ملف CRX للإضافة My Business Matches™ - Screen Sharing

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

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

                                            

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

الاسم My Business Matches™ - Screen Sharing My Business Matches™ - Screen Sharing
ID cblepembechalfcndmihppapjhpdfjgf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf
الوصف This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
حجم الملف 31.15 KB
عدد التثبيتات 64
النسخة الحالية 1.2
آخر تحديث 2015-07-30
تاريخ النشر 2015-07-30
تقييم 4.50/5 مجموع تقييمات 2
المطور https://mybusinessmatches.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Business Matches\u2122 - Screen Sharing",
    "author": "My Business Matches",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/mybusinessmatches.com\/ virtual meetings.",
    "homepage_url": "https:\/\/mybusinessmatches.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.mybusinessmatches.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}