Panda Helper

Enables embedding of all webpages in Panda Network websites.

Cos'è Panda Helper?

Panda Helper è un'estensione di Chrome sviluppata da https://panda.network, e la sua funzione principale è "Enables embedding of all webpages in Panda Network websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Panda Helper

Scarica i file di estensione Panda Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
URL Ufficiale https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Descrizione Enables embedding of all webpages in Panda Network websites.
Dimensione del File 14.44 KB
Conteggio Installazioni 10,000
Versione Corrente 0.1.6
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2020-06-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://panda.network
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://panda.network
URL della Pagina della Politica sulla Privacy https://asteya.network/asteya-network-extensions-privacy-policy
Lingue Supportate 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"
    }
}