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란 무엇입니까?

Genei: Browse Fast은(는) https://genei.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Genei: Browse Fast 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Genei: Browse Fast Genei: Browse Fast
ID nfjjljpdljpaiecclcjijdmpkbomifbn
공식 URL https://chromewebstore.google.com/detail/genei-browse-fast/nfjjljpdljpaiecclcjijdmpkbomifbn
설명 A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account
파일 크기 1.72 MB
설치 횟수 5,563
현재 버전 0.5.19
최근 업데이트 2022-03-09
출시 날짜 2020-06-08
평점 4.75/5 총 40 개의 평점
개발자 https://genei.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.genei.io
도움말 페이지 URL https://help.genei.io/en
개인정보 보호 정책 페이지 URL https://www.genei.io/privacy-policy
지원되는 언어 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;"
}