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.

Qu'est-ce que Arrangr: Meeting Scheduling Software ?

Arrangr: Meeting Scheduling Software est une extension Chrome développée par https://arrangr.com, et sa fonction principale est "Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Arrangr: Meeting Scheduling Software

Téléchargez les fichiers d'extension Arrangr: Meeting Scheduling Software au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Arrangr: Meeting Scheduling Software Arrangr: Meeting Scheduling Software
ID ppgfekehcjmllgmepdamanopkpgjfddi
URL Officiel 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.
Taille du Fichier 78.14 KB
Nombre d'Installations 208
Version Actuelle 1.2
Dernière Mise à Jour 2021-08-14
Date de Publication 2021-08-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://arrangr.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://arrangr.com
URL de la Page d'Aide https://arrangr.com/support
URL de la Page de Politique de Confidentialité https://arrangr.com/privacy_policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}