PING Extension

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

O que é PING Extension?

PING Extension é uma extensão do Chrome desenvolvida por Ping.io Ltd, e sua principal característica é "Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PING Extension

Baixe arquivos de extensão PING Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PING Extension PING Extension
ID oaajfdaalnbkkbbngcckemfclceeifcn
URL Oficial https://chromewebstore.google.com/detail/ping-extension/oaajfdaalnbkkbbngcckemfclceeifcn
Descrição Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…
Tamanho do Arquivo 666 KB
Contagem de Instalações 17
Versão Atual 2.0.14
Última Atualização 2023-03-09
Data de Publicação 2022-02-10
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor Ping.io Ltd
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://adloggs.com/privacy.html
Idiomas Suportados 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"
    ]
}