Membr: Effortless & Secure Note-taking

Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.

Co to jest Membr: Effortless & Secure Note-taking?

Membr: Effortless & Secure Note-taking to rozszerzenie Chrome opracowane przez https://membr.shiftlabz.com, a jego główną funkcją jest „Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Membr: Effortless & Secure Note-taking

Pobierz pliki rozszerzeń Membr: Effortless & Secure Note-taking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Stay In Flow, Be More Productive
===============================
A huge portion of work already happens in the browser. And if you’re like us, you also take draft notes when studying, researching or ideating. You can do this through note-taking apps like Notion, Evernote, Google Docs and many more.

However, most of these note-taking apps interrupt *flow* by forcing you to context switch, either by opening a new browser tab or app window. With Membr for Chrome, your notes sit alongside the source content.


Why Membr Notes?
===================
- Rich editor experience with all the essentials and more. The editor offers rich formatting, task lists, drag and drop images etc. with regular updates expanding this feature set.

- Encrypted notes. We take the security of your information seriously and that’s why all your notes in Membr are stored and retrieved while encrypted. 

- It's fast. Membr runs on all browser tabs and offers single-click access to your most recent notes. 

- It works well with other apps. You can export to PDF with *Google Docs and Notion export coming soon.


FAQs
=======
1. Membr doesn't start after install?
If you are unable to start the extension immediately after install, try refreshing the browser tab(s) that you'd like to use Membr on. 

2. Do my notes sync across devices?
Yes, your notes will sync across all signed in Chrome browsers that have the extension installed.

3. Is there a mobile app?
The mobile app will launch later in 2022.

October 2023 Updates:
=============
* ⚡️Significant performance improvements.
* 📄 Notes can be exported to markdown.
* ❤️‍🩹 Minor bug fixes.                    

Podstawowe informacje o rozszerzeniu

Nazwa Membr: Effortless & Secure Note-taking Membr: Effortless & Secure Note-taking
ID oijfdljkficjojicjlgcpjipioglnlog
Oficjalny URL https://chromewebstore.google.com/detail/membr-effortless-secure-n/oijfdljkficjojicjlgcpjipioglnlog
Opis Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.
Rozmiar pliku 7.34 MB
Liczba instalacji 74
Aktualna Wersja 1.0.1.0
Ostatnia Aktualizacja 2023-12-14
Data Publikacji 2021-08-25
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://membr.shiftlabz.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.membr.shiftlabz.com/
Adres URL Strony Polityki Prywatności https://www.membr.shiftlabz.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1.0",
    "short_name": "Membr Notes",
    "name": "Membr: Effortless & Secure Note-taking",
    "description": "Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.",
    "action": {
        "default_title": "Membr Notes",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/apis.google.com\/ https:\/\/cdn.firebase.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com; object-src 'self'"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "identity",
        "storage",
        "activeTab",
        "scripting",
        "background",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "993857665641-a5p20cd2o84ingmmu2cfi21lm31m5vnf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvsEdw7zSFjXHb3WT5L+8\/ZAIgfRUbD3NsUc7hk5XawSJ4zMxK9Rlm1po9q28ljSxmd6AeXLSZEh5TiBNgidW0u0tQTkdKlFu7JkCoEY8HJaGSd7MIr8cAr15jEb2JApVoGJflxEoLAhsuWp0iMZFfTMS1a7gxrhO916NdCiQt8gF0OuD\/78dLAOV16XPr8iD6EhhjNfl+wjcQmx4e7tXBlnhwnQUUwiMXw8k6CMV0MsACTTPTDyReLR8CeCH77d5tVDGQMfKAHTG7BHDkw\/GpgEM5hqf7AEq2onHzDumBLGVI5hAmLqA\/BGaI9Ak2dZNuXGr+USqposfhC6XQk3mWQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "editor-styles\/*.*",
                "fonts\/poppins\/*.*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}