Allclues - Capture, Organize & Learn with AI

Save links, text, images and notes to your Allclues

Co to jest Allclues - Capture, Organize & Learn with AI?

Allclues - Capture, Organize & Learn with AI to rozszerzenie Chrome opracowane przez Zenbox Inc., a jego główną funkcją jest „Save links, text, images and notes to your Allclues”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Allclues - Capture, Organize & Learn with AI

Pobierz pliki rozszerzeń Allclues - Capture, Organize & Learn with AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Designed specifically for thinkers and learners, the Allclues Chrome extension leverages advanced AI technology to streamline and optimize your online information capture, categorization, and retrieval.

Key Features:
● Ask Clues AI: Clues AI is your super brain! It allows you to search using provided prompts, or ask questions like you would, to a friend or an AI assistant. For instance, you can "Summarize" to quickly understand the overview of the entire web page, or select paragraphs in the page and ask Clues AI anything you want to know about it. All dialogues with Clues AI are automatically saved to your Allclues Page. So, whenever you want to look back or dig deeper, all your previous chit-chats are right there waiting for you.
● Save to Allclues: Instantly save web content into Allclues with a single click, making your Chrome browsing sessions more productive.
● Intelligent Match-Up: Experience our AI-driven feature, matching and suggesting relevant pages from your Allclues account based on your real-time web activities. Furthermore, our Chrome extension ensures you never duplicate saved content by alerting you to previously saved same URLs.
● Quick Note-Taking: Use our Chrome-friendly Quick Note to write down insights directly from the web pages you're browsing, preserving context and clarity.
● Tailored Content Captures: Enhance your Chrome experience by selectively saving links, text, or images directly to Allclues, ensuring that you capture precisely what matters. What’s even better is that you can select multiple items in one go.

Why Allclues?
Allclues isn't just another knowledge management tool. With the integration of AI, we seamlessly transform the fragments of information you collect into organized and insightful knowledge. By uniting reading, writing, and research in a singular space, Allclues goes beyond mere storage—it's where your knowledge evolves and readies for application. To learn more about Allclues, please visit http://allclues.ai.

Note: You must have an existing Allclues account to use this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Allclues - Capture, Organize & Learn with AI Allclues - Capture, Organize & Learn with AI
ID bphonhplhfblimddhpdmjibmmclocjik
Oficjalny URL https://chromewebstore.google.com/detail/allclues-capture-organize/bphonhplhfblimddhpdmjibmmclocjik
Opis Save links, text, images and notes to your Allclues
Rozmiar pliku 1.06 MB
Liczba instalacji 126
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2023-11-13
Data Publikacji 2023-09-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Zenbox Inc.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://allclues.ai/
Adres URL Strony Pomocy https://web.allclues.ai/privacy.html
Adres URL Strony Polityki Prywatności https://help.cubox.cc/legal/privacy
Obsługiwane Języki en,fr,es,it,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.7",
    "description": "__MSG_desc__",
    "permissions": [
        "cookies",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.allclues.ai\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "content\/index.css",
                "quickNoteEditor\/*",
                "options\/*",
                "cluesAIChat\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": [],
    "action": {
        "default_icon": {
            "16": "public\/icons\/toolbar-icon-16.png",
            "24": "public\/icons\/toolbar-icon-24.png",
            "32": "public\/icons\/toolbar-icon-32.png"
        }
    },
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "32": "public\/icons\/icon-32.png",
        "48": "public\/icons\/icon-48.png",
        "128": "public\/icons\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhKErwPctl2TAR3g7oFYKN1Yl5rKuX\/UVCKiKwfRcR4XmFevG6kS1cFgiiPl+JxuaXMEa0mxLE\/WPK4g4KnqHp6tHDdRNhfkTCKWl3glf2y\/P0gAKPTp8xa1sIQ5gHP0IbQR3nTw\/kkIYk\/Gc2M6z\/fys1DBRmDFrB4+g8GHjSkIFFmWCuZDDxxRhDWafCC9z\/NQ6Q79y6FhCFz29eySTVRdD7A60sp1dWj+ViiUqNcaNRVy6x\/RMXAV1C1vNr6qd0vGirU5A2DRel5d+qNw2YZ0UiDkG2C5s4mzNqi1QycIpp3P3FexyPIPXZ5xz46Vuv3EbTxKzPIVtbsTK5ClEqQIDAQAB"
}