My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Apa itu My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://mybusinessmatches.com, dan fitur utamanya adalah "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".
Unduh Berkas CRX Ekstensi My Business Matches™ - Screen Sharing
Unduh file ekstensi My Business Matches™ - Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | cblepembechalfcndmihppapjhpdfjgf |
URL Resmi | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
Deskripsi | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
Ukuran File | 31.15 KB |
Jumlah Instalasi | 64 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-07-30 |
Tanggal Publikasi | 2015-07-30 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | https://mybusinessmatches.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |