PING Extension

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

Cos'è PING Extension?

PING Extension è un'estensione di Chrome sviluppata da Ping.io Ltd, e la sua funzione principale è "Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PING Extension

Scarica i file di estensione PING Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PING Extension PING Extension
ID oaajfdaalnbkkbbngcckemfclceeifcn
URL Ufficiale https://chromewebstore.google.com/detail/ping-extension/oaajfdaalnbkkbbngcckemfclceeifcn
Descrizione Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…
Dimensione del File 666 KB
Conteggio Installazioni 17
Versione Corrente 2.0.14
Ultimo Aggiornamento 2023-03-09
Data di Pubblicazione 2022-02-10
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore Ping.io Ltd
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://adloggs.com/privacy.html
Lingue Supportate 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"
    ]
}