Smart Notes
browser based sticky notes 🔥
Wat is Smart Notes?
Smart Notes is een Chrome-extensie ontwikkeld door https://smartcodehub.com, en de belangrijkste functie is "browser based sticky notes 🔥".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Notes
Download Smart Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Smart Notes |
ID | aimmakfgnnekphmbajghonpfkjljmfkn |
Officiële URL | https://chromewebstore.google.com/detail/smart-notes/aimmakfgnnekphmbajghonpfkjljmfkn |
Beschrijving | browser based sticky notes 🔥 |
Bestandsgrootte | 3.69 MB |
Aantal Installaties | 1,488 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2020-06-29 |
Publicatiedatum | 2020-06-29 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://smartcodehub.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://smartnotes.smartcodehub.com/ |
Ondersteunde Talen | 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'" } |