Panna screen sharing

A simple extension that allows you to share desktop stream.

What is Panna screen sharing?

Panna screen sharing is a Chrome extension developed by chromemroads, and its main feature is "A simple extension that allows you to share desktop stream.".

Extension Screenshots

screenshot

Download Panna screen sharing Extension CRX File

Download Panna screen sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension that allows you to share desktop stream.                    

Extension Basic Information

Name Panna screen sharing Panna screen sharing
ID aoiknnfodegdigbhpgacaahbamhephba
Official URL https://chromewebstore.google.com/detail/panna-screen-sharing/aoiknnfodegdigbhpgacaahbamhephba
Description A simple extension that allows you to share desktop stream.
File Size 9.41 MB
Installation Count 25
Current Version 1.6.5
Last Updated 2020-04-04
Publish Date 2020-03-31
Developer chromemroads
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_popup": "html\/signup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/test-kms.mroads.com\/*",
                "https:\/\/play.mroads.com\/*",
                "https:\/\/pramod.mroads.com\/*",
                "https:\/\/pannalc.mroads.com\/*",
                "https:\/\/pannal-test.mroads.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "A simple extension that allows you to share desktop stream.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.mroads.com\/*",
            "*:\/\/*.panna.ai\/*"
        ]
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Panna screen sharing",
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*\/",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.5",
    "web_accessible_resources": [
        "img\/icon_16.png"
    ]
}