Allclues - Capture, Organize & Learn with AI

Save links, text, images and notes to your Allclues

什么是Allclues - Capture, Organize & Learn with AI?

Allclues - Capture, Organize & Learn with AI是由Zenbox Inc.开发的Chrome扩展程序,该扩展的主要功能是“Save links, text, images and notes to your Allclues”。

扩展截图

screenshot
screenshot
screenshot

下载Allclues - Capture, Organize & Learn with AI扩展crx文件

下载Allclues - Capture, Organize & Learn with AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Allclues - Capture, Organize & Learn with AI Allclues - Capture, Organize & Learn with AI
ID bphonhplhfblimddhpdmjibmmclocjik
官方URL https://chromewebstore.google.com/detail/allclues-capture-organize/bphonhplhfblimddhpdmjibmmclocjik
简介 Save links, text, images and notes to your Allclues
文件大小 1.06 MB
安装次数 126
当前版本 1.0.7
更新时间 2023-11-13
上架时间 2023-09-14
评分 5.00/5 共8次评分
开发者 Zenbox Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://allclues.ai/
帮助页面URL https://web.allclues.ai/privacy.html
隐私政策页面URL https://help.cubox.cc/legal/privacy
支持的语言 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"
}