Arrangr: Meeting Scheduling Software

Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.

Apa itu Arrangr: Meeting Scheduling Software?

Arrangr: Meeting Scheduling Software adalah ekstensi Chrome yang dikembangkan oleh https://arrangr.com, dan fitur utamanya adalah "Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Arrangr: Meeting Scheduling Software

Unduh file ekstensi Arrangr: Meeting Scheduling Software 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

                        Arrangr, the leader in hybrid integrated scheduling, allows you to quickly and easily coordinate all the complicated facets of arranging a meeting, from A to Z (date, time, conference or video call info, location, agenda, etc.) By bringing all the components you need into a single clean and intuitive process, we help you eliminate the back and forth, miscommunications, and juggling between different apps.

Whether setting up a quick Zoom or Google Meet call, or just finding a time and place to meet in person for a coffee, Arrangr is simple and fast to use no matter the number of participants. Our proactive, flexible 1-on-1 invitations let you suggest multiple times or time ranges, places or call methods and lets your recipient accept the best option with a single click, all while making sure you don’t double-book. Arrangr’s group event polls smoothly funnel you to the best options for scheduling those impossible-to-coordinate group meetings. 

Arrangr’s Chrome extension keeps Arrangr right at your fingertips as you work in Chrome, so you can easily initiate new meeting invites, share scheduling links, and monitor your Arrangr activity.

With Arrangr you can:

- Integrate with multiple calendars, including your Google calendar

- Integrate with your favorite conferencing providers, including Google Meet, Zoom, Microsoft Teams, and more

- Send proactive, flexible 1:1 meeting invitations, suggesting multiple times and places or call methods

- Create polls to find the best time to meet

- Share inbound scheduling links to let others schedule meetings with you

- Search for a place to meet from within Arrangr, even with the ability to help you find places half-way between you and the other party!

Use of our Chrome extension requires an Arrangr account. If you don't already have one, create one for free at https://arrangr.com/sign_up

Learn more about our Chrome extension and how it works here: https://arrangr.freshdesk.com/support/solutions/folders/47000778054                    

Informasi Dasar Ekstensi

Nama Arrangr: Meeting Scheduling Software Arrangr: Meeting Scheduling Software
ID ppgfekehcjmllgmepdamanopkpgjfddi
URL Resmi https://chromewebstore.google.com/detail/arrangr-meeting-schedulin/ppgfekehcjmllgmepdamanopkpgjfddi
Deskripsi Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.
Ukuran File 78.14 KB
Jumlah Instalasi 208
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-08-14
Tanggal Publikasi 2021-08-04
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://arrangr.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://arrangr.com
URL Halaman Bantuan https://arrangr.com/support
URL Halaman Kebijakan Privasi https://arrangr.com/privacy_policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrangr: Meeting Scheduling Software",
    "description": "Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/arrangr-logo-blue-16.png",
            "32": "\/images\/arrangr-logo-blue-32.png",
            "48": "\/images\/arrangr-logo-blue-48.png",
            "128": "\/images\/arrangr-logo-blue-128.png"
        }
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/images\/arrangr-logo-blue-16.png",
        "32": "\/images\/arrangr-logo-blue-32.png",
        "48": "\/images\/arrangr-logo-blue-48.png",
        "128": "\/images\/arrangr-logo-vert-128px.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/arrangr-logo-blue-16.png"
            ],
            "matches": [
                "https:\/\/arrangr.com\/*"
            ]
        }
    ]
}