Panda Helper

Enables embedding of all webpages in Panda Network websites.

Vad är Panda Helper?

Panda Helper är en Chrome-tillägg utvecklad av https://panda.network, och dess huvudfunktion är "Enables embedding of all webpages in Panda Network websites.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Panda Helper-förlängningens CRX-fil

Ladda ner Panda Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
Officiell webbadress https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
Beskrivning Enables embedding of all webpages in Panda Network websites.
Filstorlek 14.44 KB
Antal Installationer 10,000
Aktuell Version 0.1.6
Senast Uppdaterad 2022-08-25
Publiceringsdatum 2020-06-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://panda.network
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://panda.network
URL till Sekretesspolicy Sidan https://asteya.network/asteya-network-extensions-privacy-policy
Stödda Språk 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"
    }
}