BenAI Research Assistant

Augment your biomedical research with AI-powered literature analysis. Gain tools to streamline reading and uncover evidence faster.

BenAI Research Assistant là gì?

BenAI Research Assistant là một tiện ích mở rộng Chrome được phát triển bởi Benevolent AI, và tính năng chính của nó là "Augment your biomedical research with AI-powered literature analysis. Gain tools to streamline reading and uncover evidence faster.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng BenAI Research Assistant 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

                        Keeping up with the latest literature can be overwhelming in today's fast-paced scientific landscape. With over 3,000 new papers published daily on PubMed alone, it's nearly impossible for scientists to review and comprehend all available information thoroughly. 

BenAI Research Assistant is a browser extension that helps scientists navigate scientific literature more efficiently to distil accurate insights. BenAI Research Assistant leverages a subset of BenevolentAI’s artificial intelligence capabilities and is designed for scientists in academia and pharmaceutical and biotechnology companies of all sizes.

BenAI Research Assistant supports scientists by streamlining the main steps in the reading process of an article. Here’s how:

➤ Decide whether an article is worth your time. 
Next to providing a concise summary of an article and its main findings, you have direct access to a wide range of article metadata, including journal impact factor, number of citations and the availability of peer reviews.

➤ Understand and uncover key insights from an article. 
By highlighting scientific concepts in the text itself and providing one-click access to their descriptions and related information, you can quickly skim the content of a paper in a more focused fashion.

➤ Get answers to your scientific questions. 
Get instant answers to scientific questions, removing the need to perform extensive searches in PubMed yourself. In addition, links to similar articles are automatically provided, allowing you to quickly identify articles that align with the research findings of the one you are currently reading.

➤ Keep your research flow; no new tools needed. 
BenAI Research Assistant seamlessly integrates with your current way of working, providing you with accurate information when you need it the most.                    

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

Tên BenAI Research Assistant BenAI Research Assistant
ID holldaoaafkjhocdnoefobenniijjaag
URL Chính Thức https://chromewebstore.google.com/detail/benai-research-assistant/holldaoaafkjhocdnoefobenniijjaag
Mô tả Augment your biomedical research with AI-powered literature analysis. Gain tools to streamline reading and uncover evidence faster.
Kích Thước Tệp 7.14 MB
Số Lần Cài Đặt 463
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2023-07-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Benevolent AI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://benevolent.ai/
URL Trang Chính Sách Bảo Mật https://www.benevolent.com/application/files/4916/8994/4503/BenAI_Research_Partner_PN-TCs_July_2023.pdf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BenAI Research Assistant",
    "version": "1.4.1",
    "description": "Augment your biomedical research with AI-powered literature analysis. Gain tools to streamline reading and uncover evidence faster.",
    "icons": {
        "16": "src\/assets\/icon-active-16.png",
        "128": "src\/assets\/icon-active-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "BenAIResearchAssistant.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "BenAIResearchAssistant.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "src\/assets\/icon-inactive-16.png",
            "128": "src\/assets\/icon-inactive-128.png"
        },
        "default_title": "BenAI Research Partner"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/*.css",
                "src\/assets\/icon-active-128.png",
                "src\/assets\/icons\/*.svg",
                "src\/assets\/fonts\/**\/*.woff",
                "src\/assets\/fonts\/**\/*.woff2",
                "src\/pdfjs\/**"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/entrypoint.ts.6ae1a543.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ]
}