My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Cos'è My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing è un'estensione di Chrome sviluppata da https://mybusinessmatches.com, e la sua funzione principale è "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".
Scarica il file CRX dell'estensione My Business Matches™ - Screen Sharing
Scarica i file di estensione My Business Matches™ - Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | cblepembechalfcndmihppapjhpdfjgf |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
Descrizione | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
Dimensione del File | 31.15 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-07-30 |
Data di Pubblicazione | 2015-07-30 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://mybusinessmatches.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |