GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
Co je GaggleAMP?
GaggleAMP je rozšíření Chrome vyvinuté https://gaggleamp.com, a jeho hlavní funkcí je „Receive notifications in your browser whenever you have new messages to share on GaggleAMP.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GaggleAMP
Stáhněte si soubory rozšíření GaggleAMP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GaggleAMP |
ID | iejcioklffgfphnanaocclclmclfnboj |
Oficiální URL | https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj |
Popis | Receive notifications in your browser whenever you have new messages to share on GaggleAMP. |
Velikost souboru | 522 KB |
Počet instalací | 3,863 |
Aktuální Verze | 3.0.7 |
Poslední Aktualizace | 2022-02-09 |
Datum Vydání | 2020-06-11 |
Hodnocení | 4.29/5 Celkem 7 Hodnocení |
Vývojář | https://gaggleamp.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.gaggleamp.com/privacy |
Podporované Jazyky | 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" } } |