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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Einote: The Future of Voice Notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 Einote: The Future of Voice Notes
ID blhnjbkdaggfkhmaehbhbmmlfblaodjh
공식 URL 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"
            }
        }
    }
}