Google Calendar™ Meeting Cost
Add meeting costs to Google Calendar. Simple and free.
Τι είναι το Google Calendar™ Meeting Cost;
Το Google Calendar™ Meeting Cost είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Henrick Shyu, και η κύρια λειτουργία του είναι "Add meeting costs to Google Calendar. Simple and free.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Calendar™ Meeting Cost
Λήψη αρχείων επέκτασης Google Calendar™ Meeting Cost σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Make visible the true cost of meetings in Google Calendar.
・Add a subtle Meeting Cost estimate to calendar events
・Meeting Cost visible when creating meetings too
・Average hourly rate and currency configurable
・Supports 30+ languages
・Completely private -- no information whatsoever is stored or sent to us.
If you're not making money, you better be having fun. Be intentional.
--
If you find this extension useful, you can thank me by buying me a beer (https://paypal.me/henrickshyu). Cheers to focus time and getting stuff done! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dohhbojidnhmncdaglfgmjeoonnbgbcc |
| Επίσημο URL | https://chromewebstore.google.com/detail/google-calendar-meeting-c/dohhbojidnhmncdaglfgmjeoonnbgbcc |
| Περιγραφή | Add meeting costs to Google Calendar. Simple and free. |
| Μέγεθος Αρχείου | 67.22 KB |
| Αριθμός Εγκαταστάσεων | 69 |
| Τρέχουσα Έκδοση | 1.0.5 |
| Τελευταία Ενημέρωση | 2023-11-23 |
| Ημερομηνία Δημοσίευσης | 2023-08-14 |
| Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Henrick Shyu |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | id,de,en,fr,nl,no,vi,ca,da,et,es,es-419,it,lv,lt,pl,pt-BR,pt-PT,fi,sv,cs,el,ru,iw,hi,bn,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Calendar\u2122 Meeting Cost",
"description": "__MSG_msg_description__",
"default_locale": "en",
"author": "[email protected]",
"version": "1.0.5",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/calendar.google.com\/*"
]
}
],
"options_ui": {
"page": "scripts\/options.html",
"open_in_tab": false
},
"permissions": [
"storage"
]
} | |