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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cling Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}