Google Calendar™ Meeting Cost
Add meeting costs to Google Calendar. Simple and free.
什麼是Google Calendar™ Meeting Cost?
Google Calendar™ Meeting Cost是由Henrick Shyu開發的Chrome擴展程式,該擴展的主要功能是“Add meeting costs to Google Calendar. Simple and free.”。
擴展截圖
下載Google Calendar™ Meeting Cost擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |