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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://einote.com และคุณลักษณะหลักของมันคือ "Easily take, record and share your notes on any webpage with Einote."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Einote: The Future of Voice Notes

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            }
        }
    }
}