Fugu Meetings

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

Wat is Fugu Meetings?

Fugu Meetings is een Chrome-extensie ontwikkeld door Jungleworks, en de belangrijkste functie is "A simple extension that allows you to schedule Fugu Conference Meetings.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fugu Meetings

Download Fugu Meetings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fugu Meetings Fugu Meetings
ID iggbadilcbnfachpbaeodggclajnibcn
Officiële URL https://chromewebstore.google.com/detail/fugu-meetings/iggbadilcbnfachpbaeodggclajnibcn
Beschrijving A simple extension that allows you to schedule Fugu Conference Meetings.
Bestandsgrootte 98.73 KB
Aantal Installaties 15
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-05-06
Publicatiedatum 2020-05-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jungleworks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fugu.chat
Help Pagina-URL https://jungleworks.com/fugu
URL van de Privacybeleid Pagina https://jungleworks.com/privacy-policy
Ondersteunde Talen 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"
    }
}