NEIAAC Webcam
Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/
Cos'è NEIAAC Webcam?
NEIAAC Webcam è un'estensione di Chrome sviluppata da carlosricardosantos, e la sua funzione principale è "Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NEIAAC Webcam
Scarica i file di estensione NEIAAC Webcam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Check who is on NEI via our webcam.
Informazioni di Base sull'Estensione
Nome | |
ID | eailccmhoiencfpkakhnhapmojlegcjo |
URL Ufficiale | https://chrome.google.com/webstore/detail/neiaac-webcam/eailccmhoiencfpkakhnhapmojlegcjo |
Descrizione | Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/ |
Dimensione del File | 44.47 KB |
Conteggio Installazioni | 158 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2013-06-15 |
Data di Pubblicazione | 2013-06-15 |
Valutazione | 4.38/5 Totale 48 Valutazioni |
Sviluppatore | carlosricardosantos |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |