Panda Helper

Enables embedding of all webpages in Panda Network websites.

Co to jest Panda Helper?

Panda Helper to rozszerzenie Chrome opracowane przez https://panda.network, a jego główną funkcją jest „Enables embedding of all webpages in Panda Network websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Panda Helper

Pobierz pliki rozszerzeń Panda Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
Oficjalny URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Opis Enables embedding of all webpages in Panda Network websites.
Rozmiar pliku 14.44 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2022-08-25
Data Publikacji 2020-06-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://panda.network
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://panda.network
Adres URL Strony Polityki Prywatności https://asteya.network/asteya-network-extensions-privacy-policy
Obsługiwane Języki 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"
    }
}