Meetingflow calendar extension
Meetingflow is a product to help teams with the best practices for managing customer meetings.
Apa itu Meetingflow calendar extension?
Meetingflow calendar extension adalah ekstensi Chrome yang dikembangkan oleh https://meetingflow.com, dan fitur utamanya adalah "Meetingflow is a product to help teams with the best practices for managing customer meetings.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meetingflow calendar extension
Unduh file ekstensi Meetingflow calendar extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Meetingflow calendar extension |
ID | eglggijabcagpkececaemgliiojkoefg |
URL Resmi | https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg |
Deskripsi | Meetingflow is a product to help teams with the best practices for managing customer meetings. |
Ukuran File | 13.74 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2022-12-09 |
Tanggal Publikasi | 2022-07-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://meetingflow.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://meetingflow.com/support |
URL Halaman Kebijakan Privasi | https://meetingflow.com/privacy |
Bahasa yang Didukung | 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 } |