PING Extension

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

Qu'est-ce que PING Extension ?

PING Extension est une extension Chrome développée par Ping.io Ltd, et sa fonction principale est "Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PING Extension

Téléchargez les fichiers d'extension PING Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PING Extension PING Extension
ID oaajfdaalnbkkbbngcckemfclceeifcn
URL Officiel 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…
Taille du Fichier 666 KB
Nombre d'Installations 17
Version Actuelle 2.0.14
Dernière Mise à Jour 2023-03-09
Date de Publication 2022-02-10
Évaluation 4.56/5 Total 9 Évaluations
Développeur Ping.io Ltd
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://adloggs.com/privacy.html
Langues Prises en Charge 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"
    ]
}