ScreenSight
ScreenSight Chrome Extension
Was ist ScreenSight?
ScreenSight ist eine Chrome-Erweiterung, die von ScreenSight entwickelt wurde, und ihr Hauptmerkmal ist "ScreenSight Chrome Extension".
Erweiterungsscreenshots
ScreenSight-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScreenSight-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
Sell smarter with ScreenSight. ScreenSight is the creative sales messaging tool that allows you to create, share and track videos. Create engaging presentations and screen recordings with camera overlay, share your videos instantly, and track audience engagement. Stand out from the rest and meet your sales targets with effective product demos, presentations, updates and explainers. ● Fast and easy to use screen capture and video recording ● Record high resolution videos up to 2 hours each ● Send video emails directly from Gmail or share to LinkedIn
Grundlegende Informationen zur Erweiterung
Name | ScreenSight |
ID | hhnbfppcjpaacnjecideabahjbdgppaf |
Offizielle URL | https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf |
Beschreibung | ScreenSight Chrome Extension |
Dateigröße | 9.24 MB |
Installationsanzahl | 244 |
Aktuelle Version | 1.5.19 |
Letztes Update | 2023-11-13 |
Veröffentlichungsdatum | 2021-11-15 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | ScreenSight |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.screensight.com |
Hilfeseite URL | https://www.screensight.com |
URL der Datenschutzrichtlinien-Seite | http://www.webley.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSight", "description": "ScreenSight Chrome Extension", "version": "1.5.19", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "css": [ "fonts\/fonts.css" ], "default_title": "Open the ScreenSight" }, "icons": { "16": "logoIcon.png", "48": "logoIcon.png", "128": "logoIcon.png" }, "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/*.linkedin.com\/*\/*" ], "js": [ "static\/js\/contentLinkedin.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "static\/js\/contentGmail.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "desktopCapture", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/", "management" ], "optional_permissions": [ " |