Panda Helper

Enables embedding of all webpages in Panda Network websites.

Co je Panda Helper?

Panda Helper je rozšíření Chrome vyvinuté https://panda.network, a jeho hlavní funkcí je „Enables embedding of all webpages in Panda Network websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Panda Helper

Stáhněte si soubory rozšíření Panda Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
Oficiální URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Popis Enables embedding of all webpages in Panda Network websites.
Velikost souboru 14.44 KB
Počet instalací 10,000
Aktuální Verze 0.1.6
Poslední Aktualizace 2022-08-25
Datum Vydání 2020-06-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://panda.network
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://panda.network
URL Stránky Zásad Ochrany Soukromí https://asteya.network/asteya-network-extensions-privacy-policy
Podporované Jazyky 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"
    }
}