Allclues - Capture, Organize & Learn with AI

Save links, text, images and notes to your Allclues

Hvad er Allclues - Capture, Organize & Learn with AI?

Allclues - Capture, Organize & Learn with AI er en Chrome-udvidelse udviklet af Zenbox Inc., og dens hovedfunktion er "Save links, text, images and notes to your Allclues".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Allclues - Capture, Organize & Learn with AI-udvidelses-CRX-fil

Download Allclues - Capture, Organize & Learn with AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Allclues - Capture, Organize & Learn with AI Allclues - Capture, Organize & Learn with AI
ID bphonhplhfblimddhpdmjibmmclocjik
Officiel URL https://chromewebstore.google.com/detail/allclues-capture-organize/bphonhplhfblimddhpdmjibmmclocjik
Beskrivelse Save links, text, images and notes to your Allclues
Filstørrelse 1.06 MB
Antal Installationer 126
Nuværende Version 1.0.7
Senest Opdateret 2023-11-13
Udgivelsesdato 2023-09-14
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler Zenbox Inc.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://allclues.ai/
Hjælpeside-URL https://web.allclues.ai/privacy.html
URL til Fortrolighedspolitik Side https://help.cubox.cc/legal/privacy
Understøttede Sprog 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"
}