Forethink

A faster way to navigate your communications and browsing.

What is Forethink?

Forethink is a Chrome extension developed by https://forethink.ai, and its main feature is "A faster way to navigate your communications and browsing.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Forethink Extension CRX File

Download Forethink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Forethink Forethink
ID cgcfmjofgjpfbhpgphafeingeflkbjjl
Official URL https://chromewebstore.google.com/detail/forethink/cgcfmjofgjpfbhpgphafeingeflkbjjl
Description A faster way to navigate your communications and browsing.
File Size 5.02 MB
Installation Count 138
Current Version 24.2.14 alpha
Last Updated 2024-02-14
Publish Date 2022-01-19
Rating 5.00/5 Total 6 Ratings
Developer https://forethink.ai
Email [email protected]
Payment Type free
Extension Website https://forethink.ai
Privacy Policy Page URL https://forethink.ai/privacy
Supported Languages 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'"
    }
}