Forethink

A faster way to navigate your communications and browsing.

Forethink là gì?

Forethink là một tiện ích mở rộng Chrome được phát triển bởi https://forethink.ai, và tính năng chính của nó là "A faster way to navigate your communications and browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forethink

Tải xuống các tệp mở rộng Forethink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forethink Forethink
ID cgcfmjofgjpfbhpgphafeingeflkbjjl
URL Chính Thức https://chromewebstore.google.com/detail/forethink/cgcfmjofgjpfbhpgphafeingeflkbjjl
Mô tả A faster way to navigate your communications and browsing.
Kích Thước Tệp 5.02 MB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 24.2.14 alpha
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2022-01-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://forethink.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://forethink.ai
URL Trang Chính Sách Bảo Mật https://forethink.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}