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 |
官方網址 | 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" } } |