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文件
下載Meetingflow calendar extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |