National Center on Deaf-Blindness
Access your NCDB groups, notifications, and library right from your Chrome toolbar.
Wat is National Center on Deaf-Blindness?
National Center on Deaf-Blindness is een Chrome-extensie ontwikkeld door https://nationaldb.org, en de belangrijkste functie is "Access your NCDB groups, notifications, and library right from your Chrome toolbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie National Center on Deaf-Blindness
Download National Center on Deaf-Blindness-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
The NCDB Chrome extension gives NCDB community members access to their groups, bookmarks, and more right from their Chrome browser. - NCDB app dashboard - get to all NCDB network resources with one click. - Search the NCDB network of sites including Literacy and Families Lead. - See your group notifications. - Access to all of your groups. - Access your account bookmarks.
Basisinformatie over de Extensie
Naam | National Center on Deaf-Blindness |
ID | komcdpbjpemnfmecaccgidichebmheeg |
Officiële URL | https://chromewebstore.google.com/detail/national-center-on-deaf-b/komcdpbjpemnfmecaccgidichebmheeg |
Beschrijving | Access your NCDB groups, notifications, and library right from your Chrome toolbar. |
Bestandsgrootte | 113 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-12-11 |
Publicatiedatum | 2015-12-11 |
Ontwikkelaar | https://nationaldb.org |
Betalingswijze | free |
Extensiewebsite | https://nationaldb.org |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "National Center on Deaf-Blindness", "manifest_version": 2, "version": "0.0.2", "description": "Access your NCDB groups, notifications, and library right from your Chrome toolbar.", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/nationaldb.dev\/", "*:\/\/*.nationaldb.org\/", "alarms", "notifications" ], "background": { "scripts": [ "js\/events.js" ], "persistent": false } } |