Panda Helper

Enables embedding of all webpages in Panda Network websites.

Panda Helper란 무엇입니까?

Panda Helper은(는) https://panda.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables embedding of all webpages in Panda Network websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Panda Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
공식 URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
설명 Enables embedding of all webpages in Panda Network websites.
파일 크기 14.44 KB
설치 횟수 10,000
현재 버전 0.1.6
최근 업데이트 2022-08-25
출시 날짜 2020-06-17
평점 5.00/5 총 2 개의 평점
개발자 https://panda.network
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://panda.network
개인정보 보호 정책 페이지 URL https://asteya.network/asteya-network-extensions-privacy-policy
지원되는 언어 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"
    }
}