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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}