YouPitchMe for Google Slides™
The video slidecast recorder for Google Slides™
Was ist YouPitchMe for Google Slides™?
YouPitchMe for Google Slides™ ist eine Chrome-Erweiterung, die von http://youpitch.me entwickelt wurde, und ihr Hauptmerkmal ist "The video slidecast recorder for Google Slides™".
Erweiterungsscreenshots
YouPitchMe for Google Slides™-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouPitchMe for Google Slides™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
(BETA) Record your VideoSlideCast and share in private with your potential customers, investors etc. The perfect companion for Google Slides™. It's easy to record a pitch with the slides side by side to the video. The VideoSlideCasts produced with YouPitchMe can be played only by who is directly invited by you, not spread to the public. After play it the viewer can then give a feedback to you thanks to the integrated supereasy survey system. Prerequisites: Google Chrome browser for recording, any other device/browser for the visualization.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nofklefochmimhfgigkijnbmbefhehce |
Offizielle URL | https://chrome.google.com/webstore/detail/youpitchme-for-google-sli/nofklefochmimhfgigkijnbmbefhehce |
Beschreibung | The video slidecast recorder for Google Slides™ |
Dateigröße | 988 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.9 |
Letztes Update | 2017-12-26 |
Veröffentlichungsdatum | 2017-12-26 |
Entwickler | http://youpitch.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://youpitch.me |
URL der Datenschutzrichtlinien-Seite | http://youpitch.me/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouPitchMe for Google Slides\u2122", "short_name": "YouPitchMe", "description": "The video slidecast recorder for Google Slides\u2122", "version": "1.9", "manifest_version": 2, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "images\/YoupitchMeLogo16.png", "22": "images\/YoupitchMeLogo22.png", "32": "images\/YoupitchMeLogo32.png", "48": "images\/YoupitchMeLogo48.png", "128": "images\/YoupitchMeLogo128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "contentscript.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*", "*:\/\/youpitch.me\/*", "http:\/\/localhost:5001\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "images\/YoupitchMeLogo128.png" }, "permissions": [ "tabs", "activeTab", "notifications", "tabCapture", " |