FrescoTalk Screen Sharing
It doesn't do anything except capture content of your screen.
Vad är FrescoTalk Screen Sharing?
FrescoTalk Screen Sharing är en Chrome-tillägg utvecklad av Fresco, och dess huvudfunktion är "It doesn't do anything except capture content of your screen.".
Ladda ner FrescoTalk Screen Sharing-förlängningens CRX-fil
Ladda ner FrescoTalk 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
Screensharing extension for FrescoTalk
Grundläggande Information om Tillägg
Namn | FrescoTalk Screen Sharing |
ID | kpaoaanaomlhdkpieefgobjoijcmobko |
Officiell webbadress | https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko |
Beskrivning | It doesn't do anything except capture content of your screen. |
Filstorlek | 33 KB |
Antal Installationer | 52 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-05-16 |
Publiceringsdatum | 2016-05-16 |
Utvecklare | Fresco |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://talk.fresco.me |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FrescoTalk Screen Sharing", "author": "Fresco", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/talk.fresco.me\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:9000\/*", "https:\/\/talk.fresco.me\/*", "https:\/\/talk-dev.fresco.me\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |