NEIAAC Webcam
Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/
Wat is NEIAAC Webcam?
NEIAAC Webcam is een Chrome-extensie ontwikkeld door carlosricardosantos, en de belangrijkste functie is "Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/".
Extensie Screenshots
Download het CRX-bestand van de extensie NEIAAC Webcam
Download NEIAAC Webcam-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
Check who is on NEI via our webcam.
Basisinformatie over de Extensie
Naam | |
ID | eailccmhoiencfpkakhnhapmojlegcjo |
Officiële URL | https://chrome.google.com/webstore/detail/neiaac-webcam/eailccmhoiencfpkakhnhapmojlegcjo |
Beschrijving | Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/ |
Bestandsgrootte | 44.47 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2013-06-15 |
Publicatiedatum | 2013-06-15 |
Beoordeling | 4.38/5 Totaal 48 Beoordelingen |
Ontwikkelaar | carlosricardosantos |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEIAAC Webcam", "version": "1.0.2", "description": "Check who is on NEIAAC via our WebCam. Try our website http:\/\/nei.dei.uc.pt\/", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/nei.dei.uc.pt\/" ], "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ] } |