Panda Helper

Enables embedding of all webpages in Panda Network websites.

What is Panda Helper?

Panda Helper is a Chrome extension developed by https://panda.network, and its main feature is "Enables embedding of all webpages in Panda Network websites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Panda Helper Extension CRX File

Download Panda Helper 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

                        Install Panda Helper to have a quick access for our websites:

- Flat UI Colors
- TheStocks
- CollectUI
- Panda Extension
- Designer Daily Report Extension

and many more!

Panda Helper also enables webpage embedding so you can browse all content without leaving Panda Network websites.
This functionality only works for Panda Network products' websites.                    

Extension Basic Information

Name Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
Official URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Description Enables embedding of all webpages in Panda Network websites.
File Size 14.44 KB
Installation Count 10,000
Current Version 0.1.6
Last Updated 2022-08-25
Publish Date 2020-06-17
Rating 5.00/5 Total 2 Ratings
Developer https://panda.network
Email [email protected]
Payment Type free
Extension Website http://panda.network
Privacy Policy Page URL https://asteya.network/asteya-network-extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "description": "Enables embedding of all webpages in Panda Network websites.",
    "name": "Panda Helper",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/icons\/icon-19.png",
            "38": "\/icons\/icon-38.png"
        },
        "default_title": "Panda Projects",
        "default_popup": "popup\/index.html"
    }
}