Cling Button

Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.

Cling Button란 무엇입니까?

Cling Button은(는) https://cling.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cling Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cling is your place for everything, where nothing ever gets lost.

Combine your notes, bookmarks, media, and documents on well-structured and beautiful boards.

Then, share your boards with others and start to collaborate.

Cling is free.                    

확장 프로그램 기본 정보

이름 Cling Button Cling Button
ID ejnnkeailcbcbglhmghhpfobjeioohcf
공식 URL https://chromewebstore.google.com/detail/cling-button/ejnnkeailcbcbglhmghhpfobjeioohcf
설명 Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.
파일 크기 333 KB
설치 횟수 900
현재 버전 5.0.6
최근 업데이트 2024-01-27
출시 날짜 2020-04-16
평점 4.78/5 총 23 개의 평점
개발자 https://cling.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cling.com/
도움말 페이지 URL https://cling.com/button
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.6",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cling.com\/*"
            ],
            "js": [
                "cling_content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "192": "icons\/icon_192.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZkb3HKmL8bcgIKfR7lgHCL9RCojC5KYNTBNJxDuNDPIiQl1pB1OJbWZbiI1JiJMkd1LpJDRM7INzsnfBM25JGsBjUE0EqBytmwpka+NCbp6SqrxvZ9dVJItsZsDcxbeZ0LHxki0fbEBW+NZSd\/Vdurs+3p4ht7DEBRuDrUfCbYRe8AiWDqzhN6cgTwPFWRww8xuIQe\/xAn0E2ygI24GkSoghf0it6dS4fn4JfG5Vc1C2kilDaboBZBdP+vJBMbHZ\/IJOvacH5JWdxyLlMM2IYTymkh1uyfpreRgTJk8hhZ6caH436dyi6zGgrTDIRsVWcfF\/TruCAMdLopyfzHMrwIDAQAB"
}