Eagle Speak
Eagle Speak extension to enable in-call screen capture.
Vad är Eagle Speak?
Eagle Speak är en Chrome-tillägg utvecklad av http://eaglespeak.net, och dess huvudfunktion är "Eagle Speak extension to enable in-call screen capture.".
Tilläggsskärmbilder
Ladda ner Eagle Speak-förlängningens CRX-fil
Ladda ner Eagle Speak-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
Enable screen sharing functionality in Eagle Speak calls by installing this extension. Eagle Speak is a communication and collaboration platform unlike anything else. It allows the user to use a simple voice command to create an instant audio connection to talk verbally with team members, clients, customers, or colleagues, as well as the ability to share files, take screenshots, video conference and initiate live screen sharing sessions, all without ever leaving the application that the user is working in. You can use Slack or the Eagle Speak web application to create an instant collaboration session with multi-party video calling in your browser without having to install software or even sign up for an account!
Grundläggande Information om Tillägg
Namn | |
ID | gcbejjjnfefmpnphnnbpegehckdlmiol |
Officiell webbadress | https://chrome.google.com/webstore/detail/eagle-speak/gcbejjjnfefmpnphnnbpegehckdlmiol |
Beskrivning | Eagle Speak extension to enable in-call screen capture. |
Filstorlek | 1.15 MB |
Antal Installationer | 24 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2017-07-05 |
Publiceringsdatum | 2017-07-05 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | http://eaglespeak.net |
Betalningssätt | free |
Tilläggswebbplats | https://eaglespeak.net/ |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eagle Speak", "version": "3.0.0", "description": "Eagle Speak extension to enable in-call screen capture.", "icons": { "16": "EagleSpeak-16.png", "32": "EagleSpeak-32.png", "48": "EagleSpeak-48.png", "128": "EagleSpeak-128.png" }, "author": "Eagle Speak", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/eaglespeak.net\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "EagleSpeak-16.png", "EagleSpeak-32.png", "EagleSpeak-48.png", "EagleSpeak-128.png" ] } |