Smart Notes
browser based sticky notes 🔥
Cos'è Smart Notes?
Smart Notes è un'estensione di Chrome sviluppata da https://smartcodehub.com, e la sua funzione principale è "browser based sticky notes 🔥".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Notes
Scarica i file di estensione Smart Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Smart Note is a note-taking displaying them in easy to consume way, and brand new feature of video conferencing directly from your browser new tab without going to any url developed by Smartcodehub It also supports photo notes, voice notes. a simple alarm notification setting We covered it when it launched, but the short version is that Smart Notes lets you quickly take and save those notes, photos, voice memos, It supports Video Calls Audio Calls video Conferencing screen sharing for better colabration Call recording and many more which you expect from an app the cool thing is you can do it directly fro your browsers new tab
Informazioni di Base sull'Estensione
Nome | Smart Notes |
ID | aimmakfgnnekphmbajghonpfkjljmfkn |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-notes/aimmakfgnnekphmbajghonpfkjljmfkn |
Descrizione | browser based sticky notes 🔥 |
Dimensione del File | 3.69 MB |
Conteggio Installazioni | 1,488 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2020-06-29 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://smartcodehub.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://smartnotes.smartcodehub.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Notes", "author": "Neeraj Dana", "version": "1.0.7", "description": "browser based sticky notes \ud83d\udd25", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' https:\/\/*.smartcodehub.com; object-src 'self'" } |