My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Vad är My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing är en Chrome-tillägg utvecklad av https://mybusinessmatches.com, och dess huvudfunktion är "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".
Ladda ner My Business Matches™ - Screen Sharing-förlängningens CRX-fil
Ladda ner My Business Matches™ - Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | cblepembechalfcndmihppapjhpdfjgf |
Officiell webbadress | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
Beskrivning | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
Filstorlek | 31.15 KB |
Antal Installationer | 64 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-07-30 |
Publiceringsdatum | 2015-07-30 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | https://mybusinessmatches.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |