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.

What is Arrangr: Meeting Scheduling Software?

Arrangr: Meeting Scheduling Software is a Chrome extension developed by https://arrangr.com, and its main feature is "Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Arrangr: Meeting Scheduling Software Extension CRX File

Download Arrangr: Meeting Scheduling Software extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Arrangr: Meeting Scheduling Software Arrangr: Meeting Scheduling Software
ID ppgfekehcjmllgmepdamanopkpgjfddi
Official URL https://chromewebstore.google.com/detail/arrangr-meeting-schedulin/ppgfekehcjmllgmepdamanopkpgjfddi
Description Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.
File Size 78.14 KB
Installation Count 208
Current Version 1.2
Last Updated 2021-08-14
Publish Date 2021-08-04
Rating 5.00/5 Total 4 Ratings
Developer https://arrangr.com
Email [email protected]
Payment Type free
Extension Website https://arrangr.com
Help Page URL https://arrangr.com/support
Privacy Policy Page URL https://arrangr.com/privacy_policy
Supported Languages 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\/*"
            ]
        }
    ]
}