Weezly - Scheduling Suite & Screen Recorder

Tired of toggling between multiple tools for scheduling and video communication? Discover Weezly , your all-in-one platform to…

Weezly - Scheduling Suite & Screen Recorder là gì?

Weezly - Scheduling Suite & Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://weezly.com, và tính năng chính của nó là "Tired of toggling between multiple tools for scheduling and video communication? Discover Weezly , your all-in-one platform to…".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Weezly - Scheduling Suite & Screen Recorder

Tải xuống các tệp mở rộng Weezly - Scheduling Suite & Screen Recorder 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

                        Tired of toggling between multiple tools for scheduling and video communication? Discover Weezly , your all-in-one platform to seamlessly integrate video recording with intuitive scheduling. Our state-of-the-art tool ensures that connecting with people is more efficient than ever.

What Sets Weezly Apart?
Beyond being just a scheduling tool, Weezly introduces a pioneering feature where you can record videos and directly integrate a booking page right beside them. This means viewers can watch your message and book a meeting with you without the need for switching platforms or multiple links. It’s streamlined, professional, and offers a personal touch like never before.

Features That Empower You:

- Booking Page: Make yourself available on your terms. Share your unique booking page and let others schedule meetings based on your availability.
- Timeslot Picker: Simplify planning by letting your invitees pick a suitable time slot, eliminating the need for endless back-and-forth emails.
- Group Invite: Need to find a common time for a group? Propose multiple times and let your participants vote on a slot that's best for everyone.
- Website Widget: Elevate your website by embedding our unique video with a built-in booking feature. Engage and convert visitors instantly.
- Screencast: From quick tutorials to heartfelt messages, easily record high-quality videos directly from Weezly.
 - Screencast + Booking Page: Our star feature! Record a video message and place your booking page right next to it, allowing viewers to take immediate action.

Ready to redefine how you communicate and schedule? Bring the future to your browser. Install the Weezly Chrome Extension now and experience seamless integration like never before.

If Loom & Calendly had a baby 👶, we think it would be named Weezly.

=============================================================================

Changelog: 
Version 1.7.4
Redesign of the Chrome Extension and Implemented directly on Chrome Extension to create dynamic videos on any website. 

Version 1.7.3
Bugfixes & speed improvements

Version 1.7.2
Added new feature dynamic videos: 
Record one personalized video message, and generate hundreds of unique videos. 

Version 1.7
Increased the upload speed of videos by 300%!

Version 1.6
Added direct integrations into: 
Gmail
Outlook
Hubspot
Salesforce
Intercom
Pipedrive
Linkedin

So users can propose times for a meeting, send booking links or screencasts directly from these tools.                    

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

Tên Weezly - Scheduling Suite & Screen Recorder Weezly - Scheduling Suite & Screen Recorder
ID kijbihhjhdiipiljfhboknmdipgphoel
URL Chính Thức https://chromewebstore.google.com/detail/weezly-scheduling-suite-s/kijbihhjhdiipiljfhboknmdipgphoel
Mô tả Tired of toggling between multiple tools for scheduling and video communication? Discover Weezly , your all-in-one platform to…
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.7.4
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-05-18
Nhà Phát Triển https://weezly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://weezly.com
URL Trang Trợ Giúp https://weezly.com/contact-us/
URL Trang Chính Sách Bảo Mật https://weezly.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weezly - Scheduling Suite & Screen Recorder",
    "author": "Easynote AB",
    "version": "1.7.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "tabCapture",
        "desktopCapture",
        "tabs",
        "storage",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.weezly.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "css\/*",
                "js\/*",
                "html\/*",
                "modules\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/libraries\/jquery-3.5.1.min.js",
                "js\/weezly.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.lightning.force.com\/lightning\/*",
                "https:\/\/app.intercom.com\/*"
            ],
            "js": [
                "js\/libraries\/jquery-3.5.1.min.js",
                "modules\/js\/button_menu.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/email\/*"
            ],
            "js": [
                "modules\/js\/salesforce.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/48.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    }
}