PING Extension

Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…

ما هو PING Extension؟

PING Extension هو إضافة Chrome تم تطويرها بواسطة Ping.io Ltd، والميزة الرئيسية لها هي "Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PING Extension

قم بتنزيل ملفات الامتداد PING Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats

Select any content on any website and start a conversation from there.                    

معلومات أساسية عن التمديد

الاسم PING Extension PING Extension
ID oaajfdaalnbkkbbngcckemfclceeifcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/ping-extension/oaajfdaalnbkkbbngcckemfclceeifcn
الوصف Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…
حجم الملف 666 KB
عدد التثبيتات 17
النسخة الحالية 2.0.14
آخر تحديث 2023-03-09
تاريخ النشر 2022-02-10
تقييم 4.56/5 مجموع تقييمات 9
المطور Ping.io Ltd
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://adloggs.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PING Extension",
    "version": "2.0.14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "persistent": false,
            "js": [
                "static\/js\/main.d4536ec5.js"
            ],
            "css": [
                "static\/css\/main.b813eb15.css"
            ],
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/css\/main.b813eb15.css",
                "static\/media\/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo002.png",
            "32": "logo002.png",
            "48": "logo002.png",
            "128": "logo002.png"
        }
    },
    "icons": {
        "16": "logo002.png",
        "32": "logo002.png",
        "48": "logo002.png",
        "128": "logo002.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}