Einote: The Future of Voice Notes
Easily take, record and share your notes on any webpage with Einote.
什麼是Einote: The Future of Voice Notes?
Einote: The Future of Voice Notes是由https://einote.com開發的Chrome擴展程式,該擴展的主要功能是“Easily take, record and share your notes on any webpage with Einote.”。
擴展截圖
下載Einote: The Future of Voice Notes擴展crx文件
下載Einote: The Future of Voice Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YOU DON'T NEED ALL THOSE TABS OPENED. You don't need to lose hours searching for a link. You don't need to lose context each time you log back in. Einote is a Chrome extension that allows Internet users to take notes on the fly from any webpage. Just navigate the Internet as always, and when you find something valuable, Einote it. When you come back, it will retrieve it automatically for you. The process is simple: 1 - Visit Any Webpage 2 - Take Notes 3 - Review and Rearrange as you Need in your dashboard With Einote, we capture notes, you capture ideas. ----- Concerned about security? We too! Learn more about our security best practices at einote.com/support. Any question? We're here to help! Contact us in seconds at einote.com/contact. Launched first Beta in August 2021. Out of Beta in March 2022.
擴展基本資訊
名稱 | Einote: The Future of Voice Notes |
ID | blhnjbkdaggfkhmaehbhbmmlfblaodjh |
官方網址 | https://chromewebstore.google.com/detail/einote-the-future-of-voic/blhnjbkdaggfkhmaehbhbmmlfblaodjh |
簡介 | Easily take, record and share your notes on any webpage with Einote. |
檔案大小 | 397 KB |
安裝次數 | 201 |
目前版本 | 1.4.1 |
更新時間 | 2022-09-06 |
上架時間 | 2021-12-17 |
評分 | 4.83/5 共 18 次評分 |
開發者 | https://einote.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://einote.com/ |
說明頁面URL | https://einote.com/support |
隱私政策頁面URL | https://einote.com/cookies |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Einote: The Future of Voice Notes", "short_name": "Einote", "description": "Easily take, record and share your notes on any webpage with Einote.", "version": "1.4.1", "homepage_url": "https:\/\/einote.com", "icons": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png", "144": "logo\/144.png" }, "action": { "default_title": "Einote" }, "permissions": [ "storage", "activeTab", "tabs", "contextMenus", "scripting" ], "externally_connectable": { "matches": [ "https:\/\/app.einote.com\/*" ] }, "background": { "service_worker": "service-worker.js" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" } } } } |