B-REEL Meeting Intruders

Games to make your meetings more fun

Apa itu B-REEL Meeting Intruders?

B-REEL Meeting Intruders adalah ekstensi Chrome yang dikembangkan oleh B-Reel, dan fitur utamanya adalah "Games to make your meetings more fun".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi B-REEL Meeting Intruders

Unduh file ekstensi B-REEL Meeting Intruders dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        James from Marketing is yammering again. Take him out without interrupting the meeting. Meeting Intruders is the antidote to your meeting monotony. Blast away from the privacy of your own screen while solving business problems. Productivity has never been more destructive.                    

Informasi Dasar Ekstensi

Nama B-REEL Meeting Intruders B-REEL Meeting Intruders
ID ekpjjckkocgchggggogefakgipalfnee
URL Resmi https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee
Deskripsi Games to make your meetings more fun
Ukuran File 1.13 MB
Jumlah Instalasi 298
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-07-22
Tanggal Publikasi 2020-07-21
Penilaian 3.75/5 Total 8 Penilaian
Pengembang B-Reel
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.b-reel.com
URL Halaman Bantuan https://www.b-reel.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B-REEL Meeting Intruders",
    "description": "Games to make your meetings more fun",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "Google Meet Custom Game",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/images\/*.png",
        "assets\/fonts\/*.ttf",
        "js\/meeting-intruders\/meetingintruders.js",
        "js\/meeting-intruders\/starfield.js",
        "js\/index.js"
    ],
    "manifest_version": 2
}