Forethink

A faster way to navigate your communications and browsing.

Forethink란 무엇입니까?

Forethink은(는) https://forethink.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A faster way to navigate your communications and browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Forethink 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Forethink Forethink
ID cgcfmjofgjpfbhpgphafeingeflkbjjl
공식 URL https://chromewebstore.google.com/detail/forethink/cgcfmjofgjpfbhpgphafeingeflkbjjl
설명 A faster way to navigate your communications and browsing.
파일 크기 5.02 MB
설치 횟수 138
현재 버전 24.2.14 alpha
최근 업데이트 2024-02-14
출시 날짜 2022-01-19
평점 5.00/5 총 6 개의 평점
개발자 https://forethink.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://forethink.ai
개인정보 보호 정책 페이지 URL https://forethink.ai/privacy
지원되는 언어 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'"
    }
}