Panda Helper

Enables embedding of all webpages in Panda Network websites.

Panda Helperคืออะไร?

Panda Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://panda.network และคุณลักษณะหลักของมันคือ "Enables embedding of all webpages in Panda Network websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panda Helper

ดาวน์โหลดไฟล์ส่วนขยาย Panda Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}