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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}