Smart Notes
browser based sticky notes 🔥
¿Qué es Smart Notes?
Smart Notes es una extensión de Chrome desarrollada por https://smartcodehub.com, y su función principal es "browser based sticky notes 🔥".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Notes
Descarga archivos de extensión Smart Notes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Smart Notes |
ID | aimmakfgnnekphmbajghonpfkjljmfkn |
URL Oficial | https://chromewebstore.google.com/detail/smart-notes/aimmakfgnnekphmbajghonpfkjljmfkn |
Descripción | browser based sticky notes 🔥 |
Tamaño del Archivo | 3.69 MB |
Cantidad de Instalaciones | 1,488 |
Versión Actual | 1.0.7 |
Última Actualización | 2020-06-29 |
Fecha de Publicación | 2020-06-29 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | https://smartcodehub.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://smartnotes.smartcodehub.com/ |
Idiomas Soportados | 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'" } |