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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}