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 هو إضافة Chrome تم تطويرها بواسطة https://genei.io، والميزة الرئيسية لها هي "A browser extension that finds and extracts important information from any web-page, PDF and adds them to your genei account".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Genei: Browse Fast
قم بتنزيل ملفات الامتداد Genei: Browse Fast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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! معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://help.genei.io/en |
| عنوان صفحة سياسة الخصوصية | 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;"
} | |