PING Extension

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

What is PING Extension?

PING Extension is a Chrome extension developed by Ping.io Ltd, and its main feature is "Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…".

Extension Screenshots

screenshot

Download PING Extension Extension CRX File

Download PING Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PING Extension PING Extension
ID oaajfdaalnbkkbbngcckemfclceeifcn
Official URL https://chromewebstore.google.com/detail/ping-extension/oaajfdaalnbkkbbngcckemfclceeifcn
Description Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…
File Size 666 KB
Installation Count 17
Current Version 2.0.14
Last Updated 2023-03-09
Publish Date 2022-02-10
Rating 4.56/5 Total 9 Ratings
Developer Ping.io Ltd
Email [email protected]
Payment Type free
Privacy Policy Page URL https://adloggs.com/privacy.html
Supported Languages 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"
    ]
}