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" } } |