GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
什么是GaggleAMP?
GaggleAMP是由https://gaggleamp.com开发的Chrome扩展程序,该扩展的主要功能是“Receive notifications in your browser whenever you have new messages to share on GaggleAMP.”。
扩展截图
下载GaggleAMP扩展crx文件
下载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" } } |