Glider Screen
This chrome extension allows you to share full screen of your computer privately and securely.
Qu'est-ce que Glider Screen ?
Glider Screen est une extension Chrome développée par Unknown, et sa fonction principale est "This chrome extension allows you to share full screen of your computer privately and securely.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Glider Screen
Téléchargez les fichiers d'extension Glider Screen 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
This extension allows you to share full screen of your computer privately and securely. It can also track the browser tab activities of the user.
Informations de Base sur l'Extension
Nom | Glider Screen |
ID | mcekgmccnieoopjfhjoekehkjkojjnfd |
URL Officiel | https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd |
Description | This chrome extension allows you to share full screen of your computer privately and securely. |
Taille du Fichier | 45.48 KB |
Nombre d'Installations | 60,375 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-11-25 |
Date de Publication | 2019-11-20 |
Évaluation | 1.23/5 Total 66 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Glider Screen", "author": "GLIDER", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This chrome extension allows you to share full screen of your computer privately and securely.", "homepage_url": "https:\/\/glider.ai\/", "background": { "scripts": [ "background-script.js" ] }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "http:\/\/local.glider.ai:3000\/*", "https:\/\/*.snapwiz.net:8443\/*", "https:\/\/*.snapwiz.net\/*", "https:\/\/*.glider.ai\/*", "https:\/\/*.gliderapp.com\/*", "https:\/\/*.snapwiz.com\/*", "https:\/\/*.edulastic.com\/*", "https:\/\/*.edulastic.net\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", " |