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はPing.io Ltdによって開発されたChromeの拡張機能で、その主な機能は「Transform any website into a collaborative workspace with Google Docs-like commenting and audio chats Select any content on any…」です。

拡張機能のスクリーンショット

screenshot

PING Extension拡張機能のCRXファイルをダウンロード

PING Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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"
    ]
}