Panda Helper

Enables embedding of all webpages in Panda Network websites.

Qu'est-ce que Panda Helper ?

Panda Helper est une extension Chrome développée par https://panda.network, et sa fonction principale est "Enables embedding of all webpages in Panda Network websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Panda Helper

Téléchargez les fichiers d'extension Panda Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
URL Officiel https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Description Enables embedding of all webpages in Panda Network websites.
Taille du Fichier 14.44 KB
Nombre d'Installations 10,000
Version Actuelle 0.1.6
Dernière Mise à Jour 2022-08-25
Date de Publication 2020-06-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://panda.network
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://panda.network
URL de la Page de Politique de Confidentialité https://asteya.network/asteya-network-extensions-privacy-policy
Langues Prises en Charge 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"
    }
}