Forethink

A faster way to navigate your communications and browsing.

Hvad er Forethink?

Forethink er en Chrome-udvidelse udviklet af https://forethink.ai, og dens hovedfunktion er "A faster way to navigate your communications and browsing.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Forethink-udvidelses-CRX-fil

Download Forethink-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

                        Introducing Forethink: a new tool that lives in your browser to manage your digital information. Access any digital content across your communication apps and files instantly, so you can supercharge your productivity and focus on what matters.

Even better? Forethink was designed to deliver an integrated user experience without tracking any information across your browser, accounts, or files. We don't see anything – so only you do. 100% privacy guarantee!

It’s more than just another way to keep track of your busy life—it’s amplifying your own brain to stay one step ahead of the everyday digital chaos.

🙂Here’s how Forethink has supercharged digital lives like yours.

  ➤  ⏳Time spent searching for your digital content is a thing of the past—just fast and efficient search results personalized specifically for you.

  ➤  Quickly access everything across your email, calendar, browser history, notes, Google Drive, Slack, and more. 

  ➤  Filters let you focus your search, and it’s easier than sorting through your Google files.

  ➤  Intuitive visualization lets you find your older stuff in a flash. 

One click in your browser gives you access to a single search bar to see every page you’ve visited, each note you’ve made, any file downloaded, any conversation across Google or Slack, and all content within any or all of your emails and calendars. It's magical. 

🔏Finally a truly private AI tool. No tracking. No data reselling. No fine print. 

  ➤  Forethink doesn’t believe there needs to be a privacy cost for optimal productivity tools. 

  ➤ Enjoy an integrated user experience that only operates on your computer. 

📒It’s like a personal memo pad on steroids. It will help you contextualize what you do so that you can be a more thoughtful, engaged, and effective human being.

  ➤  Like a personalized wiki, but even better because it has AI.

  ➤  Make a quick note of those random, but important, thoughts and forget them. Forethink will have it for you when you need it. 

  ➤  Pin notes to any specific page—and then access it from anywhere in your browser.

  ➤  This means goodbye to countless open tabs, bookmarks, and old-school copy and pasting.                    

Grundlæggende oplysninger om udvidelsen

Navn Forethink Forethink
ID cgcfmjofgjpfbhpgphafeingeflkbjjl
Officiel URL https://chromewebstore.google.com/detail/forethink/cgcfmjofgjpfbhpgphafeingeflkbjjl
Beskrivelse A faster way to navigate your communications and browsing.
Filstørrelse 5.02 MB
Antal Installationer 138
Nuværende Version 24.2.14 alpha
Senest Opdateret 2024-02-14
Udgivelsesdato 2022-01-19
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://forethink.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://forethink.ai
URL til Fortrolighedspolitik Side https://forethink.ai/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forethink",
    "short_name": "ft",
    "version": "24.2.14",
    "version_name": "24.2.14 alpha",
    "description": "A faster way to navigate your communications and browsing.",
    "minimum_chrome_version": "103.0.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp8nTmGVFCGpK9cEp24jRn2DZjMjQTIA2dOPYLXDWegh1M30pEIqTn3c1Nvvy465JP36tU14WYV6petLJIhAHLfKwYXBxA9ZdP1u+vXl1GevQy7G0ia5S\/kJgy+oIBfaxLo\/XUuIuIa2Jx0G2lK8TgjUcRJyajNiQQ88HLURmgXxzkrKM1bKk5NKsZat5LaPO3fvCbyJH\/kzAlh0bUBGHXmVO\/yWx9o48aJpEcR2S3T4EfpUakh1yQYJ5ehPPlOT8DahBcHkqpyXVpyE19jtKisUZh4yswXD02DvRC9x8BrQHR6vDd3uiwaCx3d5LVzl0sT+B36003Y0e16xsSzYIoQIDAQAB",
    "icons": {
        "16": "assets\/icons\/forethink-16.png",
        "48": "assets\/icons\/forethink-48.png",
        "128": "assets\/icons\/forethink-128.png"
    },
    "permissions": [
        "history",
        "bookmarks",
        "downloads",
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "396630796024-hec78ec1ecviguk340602lu9p2mlc3d3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "ui\/dist\/index.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/forethink-16.png"
        },
        "default_title": "Forethink"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Open Forethink browser extension."
        }
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/bookmark.svg",
                "assets\/icons\/calendar.svg",
                "assets\/icons\/chat.svg",
                "assets\/icons\/download.svg",
                "assets\/icons\/email.svg",
                "assets\/icons\/history.svg",
                "assets\/icons\/sticky.svg",
                "assets\/icons\/slack.svg",
                "dev\/*",
                "ui\/dist\/assets\/*",
                "ui\/dist\/index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}