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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eesel.app และคุณลักษณะหลักของมันคือ "ChatGPT powered new tab search for Google Docs, Notion pages and other work documents"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eesel: ChatGPT document search
ดาวน์โหลดไฟล์ส่วนขยาย eesel: ChatGPT document search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |