Collie Chrome Extension

Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…

Collie Chrome Extension क्या है?

Collie Chrome Extension https://collie.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Collie Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one click. Simply right-click on any page you're on, and Collie will fetch all the content, including text, image, video, and audio files.

Once you have all that content, Collie uses advanced A.I. to create a powerful Q&A hub that you can use to ask questions, troubleshoot problems, and more. It's like having a personal assistant that can instantly provide you with answers and solutions.

With Collie, you'll never have to worry about losing track of important information or struggling to find answers again. Plus, because it's so easy to use, you can start getting the most out of your browsing experience right away.

Collie.ai is powered by the Mixpeek.com API                    

एक्सटेंशन की मूल जानकारी

नाम Collie Chrome Extension Collie Chrome Extension
ID mnlieoklnkbhpjhfmohbgkbpccioibob
आधिकारिक URL https://chromewebstore.google.com/detail/collie-chrome-extension/mnlieoklnkbhpjhfmohbgkbpccioibob
विवरण Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…
फ़ाइल का आकार 477 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-15
प्रकाशन तिथि 2023-05-14
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://collie.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://collie.ai
सहायता पृष्ठ URL https://collie.ai/
गोपनीयता नीति पृष्ठ URL https://mixpeek.com/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collie Chrome Extension",
    "description": "",
    "version": "1.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "css\/site.css"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png",
                "html\/sidebar.html",
                "img\/dog-running.gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "toggle_sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle sidebar"
        }
    }
}