Genei: Browse Fast

A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account

Genei: Browse Fast là gì?

Genei: Browse Fast là một tiện ích mở rộng Chrome được phát triển bởi https://genei.io, và tính năng chính của nó là "A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Genei: Browse Fast 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

                        Genei is a WebApp and Chrome Extension able to summarize background reading and 10X YOUR RESEARCH!

- AI summarisation
- Semantic / Question based search
- Cloud storage
- Document editing

Start bringing AI into your workflow today for FREE at https://www.genei.io
 
With the click of a button, users can break down an article, paper, or report into a series of bullet points, outlining the key points.

Our chrome extension also enables reading to be organised into projects through a seamless integration with our web-app. This way, important information can be quickly stored alongside other relevant or related articles. 

Try out our web app for even more search; summarisation and note taking tools!                    

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

Tên Genei: Browse Fast Genei: Browse Fast
ID nfjjljpdljpaiecclcjijdmpkbomifbn
URL Chính Thức https://chromewebstore.google.com/detail/genei-browse-fast/nfjjljpdljpaiecclcjijdmpkbomifbn
Mô tả A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account
Kích Thước Tệp 1.72 MB
Số Lần Cài Đặt 5,563
Phiên Bản Hiện Tại 0.5.19
Cập Nhật Lần Cuối 2022-03-09
Ngày Phát Hành 2020-06-08
Đánh Giá 4.75/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://genei.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.genei.io
URL Trang Trợ Giúp https://help.genei.io/en
URL Trang Chính Sách Bảo Mật https://www.genei.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.19",
    "name": "Genei: Browse Fast",
    "manifest_version": 2,
    "description": "A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account",
    "browser_action": {
        "default_title": "genei Extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favicon-1.png",
        "48": "img\/favicon-2.png",
        "128": "img\/favicon-3.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "*.svg"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; font-src https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; frame-src https:\/\/auth.genei.io; connect-src https:\/\/auth.genei.io\/oauth\/token https:\/\/prod-userinput.s3.eu-west-2.amazonaws.com https:\/\/prod-genei.eu.auth0.com\/ https:\/\/w3ddy8vzni.execute-api.eu-west-1.amazonaws.com\/v1\/ReadabilityJS_V2 https:\/\/w3ddy8vzni.execute-api.eu-west-1.amazonaws.com\/v1\/genei-abs-sum-spacy3 https:\/\/prod.api.genei.io\/graphql wss:\/\/prod.api.genei.io\/graphql; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src self https:\/\/s.gravatar.com https:\/\/i1.wp.com\/cdn.auth0.com https:\/\/i2.wp.com\/cdn.auth0.com;"
}