GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
Was ist GaggleAMP?
GaggleAMP ist eine Chrome-Erweiterung, die von https://gaggleamp.com entwickelt wurde, und ihr Hauptmerkmal ist "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.".
Erweiterungsscreenshots
GaggleAMP-Erweiterungs-CRX-Datei herunterladen
Laden Sie GaggleAMP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GaggleAMP |
ID | iejcioklffgfphnanaocclclmclfnboj |
Offizielle URL | https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj |
Beschreibung | Receive notifications in your browser whenever you have new messages to share on GaggleAMP. |
Dateigröße | 522 KB |
Installationsanzahl | 3,863 |
Aktuelle Version | 3.0.7 |
Letztes Update | 2022-02-09 |
Veröffentlichungsdatum | 2020-06-11 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | https://gaggleamp.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.gaggleamp.com/privacy |
Unterstützte Sprachen | 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" } } |