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.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
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" ] } |