Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

Was ist Notes?

Notes ist eine Chrome-Erweiterung, die von Jon Spensor entwickelt wurde, und ihr Hauptmerkmal ist "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Erweiterungsscreenshots

screenshot

Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

Grundlegende Informationen zur Erweiterung

Name Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
Offizielle URL https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Beschreibung A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Dateigröße 390 KB
Installationsanzahl 67
Aktuelle Version 1.1
Letztes Update 2021-08-25
Veröffentlichungsdatum 2021-08-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Jon Spensor
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}