Panda Helper

Enables embedding of all webpages in Panda Network websites.

O que é Panda Helper?

Panda Helper é uma extensão do Chrome desenvolvida por https://panda.network, e sua principal característica é "Enables embedding of all webpages in Panda Network websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Panda Helper

Baixe arquivos de extensão Panda Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
URL Oficial https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Descrição Enables embedding of all webpages in Panda Network websites.
Tamanho do Arquivo 14.44 KB
Contagem de Instalações 10,000
Versão Atual 0.1.6
Última Atualização 2022-08-25
Data de Publicação 2020-06-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://panda.network
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://panda.network
URL da Página de Política de Privacidade https://asteya.network/asteya-network-extensions-privacy-policy
Idiomas Suportados 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"
    }
}