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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Google Calendar™ Meeting Cost |
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" ] } |