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.

Was ist Arrangr: Meeting Scheduling Software?

Arrangr: Meeting Scheduling Software ist eine Chrome-Erweiterung, die von https://arrangr.com entwickelt wurde, und ihr Hauptmerkmal ist "Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Arrangr: Meeting Scheduling Software-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arrangr: Meeting Scheduling Software-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Arrangr: Meeting Scheduling Software Arrangr: Meeting Scheduling Software
ID ppgfekehcjmllgmepdamanopkpgjfddi
Offizielle URL https://chromewebstore.google.com/detail/arrangr-meeting-schedulin/ppgfekehcjmllgmepdamanopkpgjfddi
Beschreibung Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.
Dateigröße 78.14 KB
Installationsanzahl 208
Aktuelle Version 1.2
Letztes Update 2021-08-14
Veröffentlichungsdatum 2021-08-04
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://arrangr.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://arrangr.com
Hilfeseite URL https://arrangr.com/support
URL der Datenschutzrichtlinien-Seite https://arrangr.com/privacy_policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}