11Sight
This extension allows you to get notifications.
Qu'est-ce que 11Sight ?
11Sight est une extension Chrome développée par https://11sight.com, et sa fonction principale est "This extension allows you to get notifications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 11Sight
Téléchargez les fichiers d'extension 11Sight 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 get notifications.
Informations de Base sur l'Extension
Nom | 11Sight |
ID | pekiflfkkgnigmamnkficohhinpejnoa |
URL Officiel | https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa |
Description | This extension allows you to get notifications. |
Taille du Fichier | 64.96 KB |
Nombre d'Installations | 261 |
Version Actuelle | 0.4.1 |
Dernière Mise à Jour | 2022-01-27 |
Date de Publication | 2019-06-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://11sight.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "11Sight", "version": "0.4.1", "browser_action": { "default_icon": "img\/11sight-logo.png", "default_title": "11sight" }, "icons": { "128": "img\/11sight-logo.png" }, "permissions": [ "https:\/\/*.11sight.com\/", "background", "notifications", "desktopCapture" ], "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "default_locale": "en", "content_scripts": [ { "js": [ "src\/content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.11sight.com\/*" ] } ] } |