Meetingflow calendar extension

Meetingflow is a product to help teams with the best practices for managing customer meetings.

Meetingflow calendar extension là gì?

Meetingflow calendar extension là một tiện ích mở rộng Chrome được phát triển bởi https://meetingflow.com, và tính năng chính của nó là "Meetingflow is a product to help teams with the best practices for managing customer meetings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meetingflow calendar extension

Tải xuống các tệp mở rộng Meetingflow calendar extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
URL Chính Thức https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg
Mô tả Meetingflow is a product to help teams with the best practices for managing customer meetings.
Kích Thước Tệp 13.74 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-07-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://meetingflow.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://meetingflow.com/support
URL Trang Chính Sách Bảo Mật https://meetingflow.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}