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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |