GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
Что такое GaggleAMP?
GaggleAMP - это расширение Chrome, разработанное https://gaggleamp.com, и его основная функция - "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.".
Снимки экрана расширения
Скачать файл CRX расширения GaggleAMP
Скачайте файлы расширений GaggleAMP в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | GaggleAMP |
ID | iejcioklffgfphnanaocclclmclfnboj |
Официальный URL | https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj |
Описание | Receive notifications in your browser whenever you have new messages to share on GaggleAMP. |
Размер файла | 522 KB |
Количество установок | 3,863 |
Текущая Версия | 3.0.7 |
Последнее Обновление | 2022-02-09 |
Дата публикации | 2020-06-11 |
Рейтинг | 4.29/5 Всего 7 оценок |
Разработчик | https://gaggleamp.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.gaggleamp.com/privacy |
Поддерживаемые языки | 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" } } |