Easy Notes
Extension to display activities related to current page.
¿Qué es Easy Notes?
Easy Notes es una extensión de Chrome desarrollada por http://notemyweb.com, y su función principal es "Extension to display activities related to current page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Easy Notes
Descarga archivos de extensión Easy 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
Click the notemyweb.com icon at the top, and take notes in the popup. We save your note's, to-do's, reminder's and favorite web pages for you - safe and secure!. Open any website and see only the notes you have previously taken on that website. Your notes will be in sync with other devices like mobiles,tablets and browsers. "Easy Notes" is useful in below scenarios 1. Login ids in each website. (You don't need to remember your login ids in each website. Just store your id as note under the respective website and access it by just visiting the respective website. ) 2. Store text area contents. (example: your address, security question answers). 3. Have todo list on each website. (example: transfer funds in banking site, booking-id in online shopping site). 4. Create reminder's on any website. Notification for your reminder's will be sent via facebook and email. "Easy Notes" is available in Android, iPhone and iPad. Everything syncs and is available on your mobile device. Learn more: - Twitter: http://twitter.com/notemyweb - Facebook: http://facebook.com/notemyweb - Contact us: [email protected]
Información Básica de la Extensión
Nombre | |
ID | blgcnhmgdbedifnkebdlmbpgccbondcc |
URL Oficial | https://chrome.google.com/webstore/detail/easy-notes/blgcnhmgdbedifnkebdlmbpgccbondcc |
Descripción | Extension to display activities related to current page. |
Tamaño del Archivo | 6.29 KB |
Cantidad de Instalaciones | 38 |
Versión Actual | 4 |
Última Actualización | 2013-05-05 |
Fecha de Publicación | 2013-05-05 |
Calificación | 1.00/5 Total de 4 Calificaciones |
Desarrollador | http://notemyweb.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.notemyweb.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Notes", "version": "4", "manifest_version": 2, "description": "Extension to display activities related to current page.", "browser_action": { "default_icon": "notes.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.notemyweb.com\/*", "https:\/\/www.notemyweb.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html" } |