My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Wat is My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing is een Chrome-extensie ontwikkeld door https://mybusinessmatches.com, en de belangrijkste functie is "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".
Download het CRX-bestand van de extensie My Business Matches™ - Screen Sharing
Download My Business Matches™ - Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | cblepembechalfcndmihppapjhpdfjgf |
Officiële URL | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
Beschrijving | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
Bestandsgrootte | 31.15 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-07-30 |
Publicatiedatum | 2015-07-30 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://mybusinessmatches.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |