Waggle
Add visibility and simplicity over the use of Google Meet™ for you and your team
Τι είναι το Waggle;
Το Waggle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://waggle.sigmund.ca, και η κύρια λειτουργία του είναι "Add visibility and simplicity over the use of Google Meet™ for you and your team".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Waggle
Λήψη αρχείων επέκτασης Waggle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you miss your physical openspace? Looking at your coworkers, seeing if they're in a meeting or if they seem available to talk? You can now get an enhanced virtual openspace with Waggle!
Upgrade your Google Meet™ experience and ease natural communications between coworkers with the following features :
- See your teammates (pic & name) and the Google Meet™ room they're currently in (or even if they're not in a room right now)
- See who your co-workers are currently meeting with, even if those other people are not using Waggle
- Join an existing room with one click
- Pin and rename your favorite meeting rooms in order to keep them and join them whenever you want (automatically synced accross your whole team)
- Hide a room if you want to get a bit of privacy
- Quicky find a room or co-worker by typing their name
- See at a glance how many people are active in your team
- A lot more features coming soon!
Fun fact :
Waggle refers to the "Waggle dance", a way of communication bees use as a team to share the location of flowers, just with a nonverbal dance. Crazy, right? They seem to love having beescussions!
Now go get some flowers, fellow comrades! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kccocfpcldepngjochlkajkgjgbbdifh |
| Επίσημο URL | https://chromewebstore.google.com/detail/waggle/kccocfpcldepngjochlkajkgjgbbdifh |
| Περιγραφή | Add visibility and simplicity over the use of Google Meet™ for you and your team |
| Μέγεθος Αρχείου | 831 KB |
| Αριθμός Εγκαταστάσεων | 86 |
| Τρέχουσα Έκδοση | 1.3.8854 |
| Τελευταία Ενημέρωση | 2022-06-08 |
| Ημερομηνία Δημοσίευσης | 2020-06-10 |
| Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | https://waggle.sigmund.ca |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://waggle.sigmund.ca |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://feedback.userreport.com/90b88174-13c8-465f-9c1a-b1d490bd78c7/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://waggle.sigmund.ca/privacy-policy.html |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waggle",
"description": "Add visibility and simplicity over the use of Google Meet\u2122 for you and your team",
"version": "1.3.8854",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_title": "waggle",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*-*-*",
"*:\/\/meet.google.com\/*-*-*?*",
"*:\/\/meet.google.com\/new",
"*:\/\/meet.google.com\/new?*"
],
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"permissions": [
"storage",
"tabs",
"idle",
"identity",
"https:\/\/meet.google.com\/"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"web_accessible_resources": [
"helpers\/google-meet-attendees.js"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxblheEmW5OZQ2mU7ygriGbtNiqBPOe\/dG6140uR6dkOyh\/xZh3Sfd5ILCO+W+U\/YThzm0+Uv1iYI35rYEOAFNlUN8IafqYV\/PknFpuo7j9WdYeKNF4\/yZTXm7h8z4iXTGaQnjKWETThJDDZtXdQv3IkuIERKoSne\/SN4nnywdmfOI+yfYlLiHJV9vPgShVME0tY15BWG8k1eDkOSdZm4t7W2GP8wREaFLrJg09rq4mmK7HC5DzOarCLm\/U5EmQphjM3GpZqFAxmbYfajfjNuGlK8VXYWuqckAHygKcaNkZuYjS8K20t9qtITLZ59G0K8RJDm0S9DtkyraEc\/iXaxxwIDAQAB"
} | |