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.
Eメール [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"
}