ScreenSight
ScreenSight Chrome Extension
Qu'est-ce que ScreenSight ?
ScreenSight est une extension Chrome développée par ScreenSight, et sa fonction principale est "ScreenSight Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ScreenSight
Téléchargez les fichiers d'extension ScreenSight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ScreenSight |
ID | hhnbfppcjpaacnjecideabahjbdgppaf |
URL Officiel | https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf |
Description | ScreenSight Chrome Extension |
Taille du Fichier | 9.24 MB |
Nombre d'Installations | 244 |
Version Actuelle | 1.5.19 |
Dernière Mise à Jour | 2023-11-13 |
Date de Publication | 2021-11-15 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | ScreenSight |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.screensight.com |
URL de la Page d'Aide | https://www.screensight.com |
URL de la Page de Politique de Confidentialité | http://www.webley.com/privacy |
Langues Prises en Charge | 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": [ " |