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 - это расширение Chrome, разработанное Zenbox Inc., и его основная функция - "Save links, text, images and notes to your Allclues".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Allclues - Capture, Organize & Learn with AI

Скачайте файлы расширений 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"
}