Panda Helper

Enables embedding of all webpages in Panda Network websites.

Wat is Panda Helper?

Panda Helper is een Chrome-extensie ontwikkeld door https://panda.network, en de belangrijkste functie is "Enables embedding of all webpages in Panda Network websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Panda Helper

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

                        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.                    

Basisinformatie over de Extensie

Naam Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
Officiële URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Beschrijving Enables embedding of all webpages in Panda Network websites.
Bestandsgrootte 14.44 KB
Aantal Installaties 10,000
Huidige Versie 0.1.6
Laatst Bijgewerkt 2022-08-25
Publicatiedatum 2020-06-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://panda.network
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://panda.network
URL van de Privacybeleid Pagina https://asteya.network/asteya-network-extensions-privacy-policy
Ondersteunde Talen 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"
    }
}