Meetingflow calendar extension
Meetingflow is a product to help teams with the best practices for managing customer meetings.
Meetingflow calendar extension란 무엇입니까?
Meetingflow calendar extension은(는) https://meetingflow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meetingflow is a product to help teams with the best practices for managing customer meetings."입니다.
확장 프로그램 스크린샷
Meetingflow calendar extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Meetingflow brings teams best practices for customer meetings. The Chrome extension enables you to open a Google Calendar event directly in Meetingflow in just once click.
확장 프로그램 기본 정보
이름 | Meetingflow calendar extension |
ID | eglggijabcagpkececaemgliiojkoefg |
공식 URL | https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg |
설명 | Meetingflow is a product to help teams with the best practices for managing customer meetings. |
파일 크기 | 13.74 KB |
설치 횟수 | 74 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-12-09 |
출시 날짜 | 2022-07-24 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://meetingflow.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://meetingflow.com/support |
개인정보 보호 정책 페이지 URL | https://meetingflow.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetingflow calendar extension", "description": "Meetingflow is a product to help teams with the best practices for managing customer meetings.", "version": "1.0.3", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "inject_gcal.js" ], "run_at": "document_end", "css": [ "style_gcal.css" ] } ], "permissions": [ "storage" ], "homepage_url": "https:\/\/app.meetingflow.com\/", "action": { "default_title": "Meetingflow options", "default_icon": "128.png", "default_popup": ".\/popup\/popup.html" }, "manifest_version": 3 } |