GaggleAMP
Receive notifications in your browser whenever you have new messages to share on GaggleAMP.
GaggleAMP là gì?
GaggleAMP là một tiện ích mở rộng Chrome được phát triển bởi https://gaggleamp.com, và tính năng chính của nó là "Receive notifications in your browser whenever you have new messages to share on GaggleAMP.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GaggleAMP
Tải xuống các tệp mở rộng GaggleAMP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GaggleAMP |
ID | iejcioklffgfphnanaocclclmclfnboj |
URL Chính Thức | https://chromewebstore.google.com/detail/gaggleamp/iejcioklffgfphnanaocclclmclfnboj |
Mô tả | Receive notifications in your browser whenever you have new messages to share on GaggleAMP. |
Kích Thước Tệp | 522 KB |
Số Lần Cài Đặt | 3,863 |
Phiên Bản Hiện Tại | 3.0.7 |
Cập Nhật Lần Cuối | 2022-02-09 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://gaggleamp.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.gaggleamp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |