Fugu Meetings

A simple extension that allows you to schedule Fugu Conference Meetings.

Fugu Meetingsとは何ですか?

Fugu MeetingsはJungleworksによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to schedule Fugu Conference Meetings.」です。

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

screenshot
screenshot
screenshot
screenshot

Fugu Meetings拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can easily schedule your meetings on Google Calendar and Outlook Calendar with this Fugu Meetings extension. You are just one button away from generating your conversation link in your meeting.                    

拡張機能の基本情報

名前 Fugu Meetings Fugu Meetings
ID iggbadilcbnfachpbaeodggclajnibcn
公式URL https://chromewebstore.google.com/detail/fugu-meetings/iggbadilcbnfachpbaeodggclajnibcn
説明 A simple extension that allows you to schedule Fugu Conference Meetings.
ファイルサイズ 98.73 KB
インストール数 15
現在のバージョン 0.0.3
最終更新日 2020-05-06
公開日 2020-05-06
評価 5.00/5 合計 2 レビュー
開発者 Jungleworks
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fugu.chat
ヘルプページのURL https://jungleworks.com/fugu
プライバシーポリシーページのURL https://jungleworks.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fugu Meetings",
    "description": "A simple extension that allows you to schedule Fugu Conference Meetings.",
    "version": "0.0.3",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": []
    },
    "permissions": [],
    "externally_connectable": {
        "matches": [
            "*:\/\/conferencing.fugu.chat\/*",
            "*:\/\/meet.fugu.chat\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/outlook.live.com\/owa\/*"
            ],
            "js": [
                "jquery.js",
                "RandomUtil.js",
                "RoomnameGenerator.js",
                "meet-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon16.png",
        "icon48.png"
    ],
    "browser_action": {
        "default_title": "Create Fugu Meetings",
        "default_popup": "popup.html"
    }
}