Unet
Extends Unet functionality. Makes it easier to use.
Qu'est-ce que Unet ?
Unet est une extension Chrome développée par https://www.unet.com, et sa fonction principale est "Extends Unet functionality. Makes it easier to use.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unet
Téléchargez les fichiers d'extension Unet 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
- Provides notifications for new messages and events. - Helps to understand that a website, which has a personal domain name, is part of Unet. - Activates a browser tab with the Webtop if it's already open. - Extends the color picker function with an Eyedropper. - Allows to edit and delete messages by clicking on right mouse button.
Informations de Base sur l'Extension
Nom | Unet |
ID | khfacdappeoebokjfelmoaejjdpgamnn |
URL Officiel | https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn |
Description | Extends Unet functionality. Makes it easier to use. |
Taille du Fichier | 23.12 KB |
Nombre d'Installations | 56 |
Version Actuelle | 2.47 |
Dernière Mise à Jour | 2019-11-18 |
Date de Publication | 2019-11-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.unet.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unet", "version": "2.47", "description": "__MSG_description__", "default_locale": "en", "author": "[email protected]", "background": { "scripts": [ "session_register.js", "notify_listener.js", "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content_script.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.unet.com\/*", "*:\/\/*.unet.net\/*" ] } ], "permissions": [ "tabs", "notifications", "clipboardWrite", "contextMenus", "*:\/\/*.unet.com\/*", "*:\/\/*.unet.net\/*", "*:\/\/*.unet.io\/*", " |