eesel: ChatGPT document search
ChatGPT powered new tab search for Google Docs, Notion pages and other work documents
eesel: ChatGPT document search란 무엇입니까?
eesel: ChatGPT document search은(는) https://eesel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT powered new tab search for Google Docs, Notion pages and other work documents"입니다.
확장 프로그램 스크린샷
eesel: ChatGPT document search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your team creates many work docs in many different apps. A project brief in Google Docs, a timeline in Notion, a mockup in Figma. It can be an exhausting game of trial and error to find the links you need, and that's where eesel comes in. • • • FEATURES • • • 🔎 Doc search in your new tab eesel filters your browser history to show your work documents right in your new tab. It’s all easy to access and fully searchable. 📁 Self-organised Folders Get your work automatically organised into Folders. Forget about tab managers and bookmarks. 🆕 A feed of work documents Share Folders with the team and receive new pages they make, directly in the new tab. Stay in the loop without chasing for updates on Slack. 💨 Skip past spinners Fly through your work with Commands to create new docs, and a shortcut to open eesel and access your documents from any page. 🌏 Works with any app eesel works with anything you open in the browser – from that hip new product only you know about to that old school company intranet. 🤯 No setup There's no need to create an account or connect the different apps you use. Install eesel and you're done. • • • PRIVACY • • • The content of your pages never leaves your browser. In fact, by default, eesel runs entirely locally. Check that for yourself - https://eesel.app/hack • • • CONTACT US • • • Email: [email protected] Twitter: @eeselapp
확장 프로그램 기본 정보
이름 | eesel: ChatGPT document search |
ID | jffaiidojfhflballoapgofphkadiono |
공식 URL | https://chromewebstore.google.com/detail/eesel-chatgpt-document-se/jffaiidojfhflballoapgofphkadiono |
설명 | ChatGPT powered new tab search for Google Docs, Notion pages and other work documents |
파일 크기 | 2.95 MB |
설치 횟수 | 20,000 |
현재 버전 | 0.3.30 |
최근 업데이트 | 2023-10-17 |
출시 날짜 | 2020-06-30 |
평점 | 4.69/5 총 135 개의 평점 |
개발자 | https://eesel.app |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://eesel.app |
도움말 페이지 URL | https://intercom.help/eesel |
개인정보 보호 정책 페이지 URL | https://eesel.app/privacy |
지원되는 언어 | en,en-GB,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en_GB", "author": "Julien Zmiro, Amogh Sarda and Kevin Antoine", "browser_action": { "default_icon": { "16": "eesel-browser-icon-16.png", "24": "eesel-browser-icon-24.png", "32": "eesel-browser-icon-32.png", "48": "eesel-browser-icon-48.png", "96": "eesel-browser-icon-96.png" }, "default_title": "eesel" }, "icons": { "48": "eesel-browser-icon-48.png", "128": "eesel-browser-icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "history", "*:\/\/*\/*", "storage", "tabs", "unlimitedStorage", "alarms" ], "optional_permissions": [ " |