GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
¿Qué es GaggleAMP?
GaggleAMP es una extensión de Chrome desarrollada por https://gaggleamp.com, y su función principal es "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GaggleAMP
Descarga archivos de extensión GaggleAMP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
GaggleAMP Chrome Extension is a popular add on for people who are Members of Gaggles. With it, you will be notified when new messages are available to share. This applications is FREE for existing Members of Gaggles. To get more information on GaggleAMP, please visit https://www.gaggleamp.com.
Información Básica de la Extensión
Nombre | GaggleAMP |
ID | iejcioklffgfphnanaocclclmclfnboj |
URL Oficial | https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj |
Descripción | Receive notifications in your browser whenever you have new messages to share on GaggleAMP. |
Tamaño del Archivo | 522 KB |
Cantidad de Instalaciones | 3,863 |
Versión Actual | 3.0.7 |
Última Actualización | 2022-02-09 |
Fecha de Publicación | 2020-06-11 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | https://gaggleamp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.gaggleamp.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GaggleAMP", "version": "3.0.7", "description": "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.", "background": { "scripts": [ "lib\/gaggleamp.js", "lib\/extension.js", "javascripts\/chrome_port_wrapper.js", "chrome_browser.js", "background.js" ] }, "browser_action": { "default_icon": "images\/icon-disabled.png", "default_title": "GaggleAMP", "default_popup": "panel.html" }, "externally_connectable": { "matches": [ "https:\/\/*.gaggleamp.com\/*" ] }, "permissions": [ "https:\/\/*.gaggleamp.com\/*", "identity", "notifications", "activeTab" ], "icons": { "16": "images\/icon16.jpg", "48": "images\/icon48.jpg", "128": "images\/icon128.jpg" } } |