11Sight
This extension allows you to get notifications.
Wat is 11Sight?
11Sight is een Chrome-extensie ontwikkeld door https://11sight.com, en de belangrijkste functie is "This extension allows you to get notifications.".
Extensie Screenshots
Download het CRX-bestand van de extensie 11Sight
Download 11Sight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to get notifications.
Basisinformatie over de Extensie
Naam | 11Sight |
ID | pekiflfkkgnigmamnkficohhinpejnoa |
Officiële URL | https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa |
Beschrijving | This extension allows you to get notifications. |
Bestandsgrootte | 64.96 KB |
Aantal Installaties | 261 |
Huidige Versie | 0.4.1 |
Laatst Bijgewerkt | 2022-01-27 |
Publicatiedatum | 2019-06-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://11sight.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |