Fuze for Chrome

The Fuze for Chrome extension allows you to place phone calls directly from websites and create Fuze Meetings from your Calendar.

Fuze for Chromeとは何ですか?

Fuze for ChromeはFuzeによって開発されたChromeの拡張機能で、その主な機能は「The Fuze for Chrome extension allows you to place phone calls directly from websites and create Fuze Meetings from your Calendar.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Fuze for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Fuze for Chrome extension allows you to initiate phone calls directly from web pages, including Gmail emails and Microsoft Teams chats, and create video meetings right from your Google Calendar with a single click.

Simply click on the Fuze icon next to any phone number, listed on a web page, to make a call. To create a meeting from Google Calendar, simply click "Add Fuze Meeting" and the event invitations will include the meeting invite details.

How to Get Started:
Once Fuze for Chrome is installed, you will see a small notification in the top right corner of Chrome explaining that it has been successfully installed.

For Click to Call:
Making a call is as simple as clicking on the Fuze icon next to the browser address bar and choosing “Make a call”. A dial pad will appear allowing you to easily call any number, even if it requires an extension.
It will also automatically detect phone numbers on websites. Click on the Fuze icon next to the phone number and your call will be placed.

For Calendar Integration:
Visit Google Calendar at https://calendar.google.com, and click the "Create" button to create a new meeting. You will notice that there is a new action called "Add Fuze Meeting". The first time you click the link, you will be prompted to sign in to Fuze. Using your credentials to sign in, you will see that your Google Calendar event is now a Fuze Meeting. Proceed to add all the necessary information directly within the Meeting Details view. You can choose to create an Open, Private, or Webinar type meeting in the Meeting Type dropdown. Once you've included the guests you want to invite, you can then click save and Google will notify your guests via email. Your invitees will see the meeting details in the invite with clear and easy instructions on how to join.                    

拡張機能の基本情報

名前 Fuze for Chrome Fuze for Chrome
ID kcehcblfpidimbihdfophhhdejckolgh
公式URL https://chromewebstore.google.com/detail/fuze-for-chrome/kcehcblfpidimbihdfophhhdejckolgh
説明 The Fuze for Chrome extension allows you to place phone calls directly from websites and create Fuze Meetings from your Calendar.
ファイルサイズ 1.2 MB
インストール数 136,363
現在のバージョン 122.11222.11047.0
最終更新日 2023-01-12
公開日 2020-05-08
評価 3.77/5 合計 31 レビュー
開発者 Fuze
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fuze.com
ヘルプページのURL https://www.fuze.com/support
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fuze for Chrome",
    "version": "122.11222.11047.0",
    "description": "The Fuze for Chrome extension allows you to place phone calls directly from websites and create Fuze Meetings from your Calendar.",
    "browser_action": {
        "default_title": "Fuze for Chrome",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "webNavigation",
        "cookies",
        "https:\/\/*.fuzemeeting.com\/*",
        "https:\/\/*.thinkingphones.com\/*",
        "https:\/\/*.contactive.com\/*",
        "https:\/\/*.fuze.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "javascript\/vendor\/jquery-3.2.0.min.js",
                "javascript\/vendor\/jquery-ui-1.12.1.min.js",
                "javascript\/vendor\/enscroll-0.6.2.min.js",
                "javascript\/vendor\/intlTelInput.min.js",
                "javascript\/vendor\/fuze-app-launcher.min.js",
                "javascript\/utils\/utils.js",
                "javascript\/utils\/log.js",
                "javascript\/extension-initializer.bundle.js"
            ],
            "css": [
                "styles\/roboto.css",
                "styles\/styles.css"
            ],
            "run_at": "document_start",
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/browser.fuzemeeting.com\/*",
            "*:\/\/web.fuze.com\/*",
            "*:\/\/web-alpha.fuze.com\/*",
            "*:\/\/web-beta.fuze.com\/*",
            "*:\/\/web-nightly.fuze.com\/*",
            "*:\/\/intgbrowser.fuzemeeting.com\/*",
            "*:\/\/mainbrowser.fuzemeeting.com\/*",
            "*:\/\/local.fuze.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/popup\/person-icon.png",
        "images\/popup\/desktop-icon.png",
        "images\/popup\/polycom-icon.png",
        "images\/popup\/mobile-phone-icon.png",
        "images\/popup\/other-phone-icon.png",
        "images\/popup\/logo-background.png",
        "images\/popup\/spinner.svg",
        "images\/popup\/check.svg",
        "images\/popup\/check-green.svg",
        "images\/logo\/logo-image-color.svg",
        "images\/logo\/logo-image-color-disabled.png",
        "images\/logo\/logo-with-text.svg",
        "images\/logo\/fuze-loading.gif",
        "images\/modals\/no-contacts-icon.svg",
        "images\/modals\/default-avatar.svg",
        "images\/notifications\/sign-in-is-possible-be-late.png",
        "images\/popup\/arrow-down.svg",
        "images\/popup\/arrow-up-active.svg",
        "images\/popup\/arrow-checked.svg",
        "images\/popup\/gray-arrow-down.svg",
        "images\/popup\/blue-arrow-up-active.svg",
        "images\/popup\/green-arrow-checked.svg",
        "images\/popup\/alert-icon.svg",
        "images\/popup\/remove-button.svg",
        "images\/popup\/edit-button.svg",
        "images\/popup\/info-sign.svg",
        "images\/popup\/info-sign-checked.svg",
        "images\/popup\/gmail-c2c.svg",
        "images\/modals\/join-desktop-logo.svg",
        "images\/modals\/join-web-logo.svg",
        "images\/modals\/close-modal-icon.png",
        "styles\/roboto\/roboto-light.woff",
        "styles\/roboto\/roboto-regular.woff",
        "styles\/roboto\/roboto-medium.woff",
        "images\/logo\/icon-disabled-16.png",
        "styles\/roboto.css",
        "styles\/styles.css"
    ],
    "icons": {
        "16": "images\/logo\/logo-image-color-16.png",
        "32": "images\/logo\/logo-image-color-32.png",
        "48": "images\/logo\/logo-image-color-48.png",
        "128": "images\/logo\/logo-image-color-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}