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