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.

Arrangr: Meeting Scheduling Softwareとは何ですか?

Arrangr: Meeting Scheduling Softwareはhttps://arrangr.comによって開発されたChromeの拡張機能で、その主な機能は「Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Arrangr: Meeting Scheduling Software拡張機能のCRXファイルをダウンロード

Arrangr: Meeting Scheduling Software拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Arrangr: Meeting Scheduling Software Arrangr: Meeting Scheduling Software
ID ppgfekehcjmllgmepdamanopkpgjfddi
公式URL https://chromewebstore.google.com/detail/arrangr-meeting-schedulin/ppgfekehcjmllgmepdamanopkpgjfddi
説明 Arrangr helps you to schedule meetings! Whether virtual or in-person, 1-on-1 or with a group, Arrangr can help.
ファイルサイズ 78.14 KB
インストール数 208
現在のバージョン 1.2
最終更新日 2021-08-14
公開日 2021-08-04
評価 5.00/5 合計 4 レビュー
開発者 https://arrangr.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://arrangr.com
ヘルプページのURL https://arrangr.com/support
プライバシーポリシーページのURL https://arrangr.com/privacy_policy
対応言語 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\/*"
            ]
        }
    ]
}