Smart Notes
browser based sticky notes 🔥
O que é Smart Notes?
Smart Notes é uma extensão do Chrome desenvolvida por https://smartcodehub.com, e sua principal característica é "browser based sticky notes 🔥".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Notes
Baixe arquivos de extensão Smart Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Smart Notes |
ID | aimmakfgnnekphmbajghonpfkjljmfkn |
URL Oficial | https://chromewebstore.google.com/detail/smart-notes/aimmakfgnnekphmbajghonpfkjljmfkn |
Descrição | browser based sticky notes 🔥 |
Tamanho do Arquivo | 3.69 MB |
Contagem de Instalações | 1,488 |
Versão Atual | 1.0.7 |
Última Atualização | 2020-06-29 |
Data de Publicação | 2020-06-29 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | https://smartcodehub.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://smartnotes.smartcodehub.com/ |
Idiomas Suportados | 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'" } |