Desc.pl
Organize your work!
¿Qué es Desc.pl?
Desc.pl es una extensión de Chrome desarrollada por https://desc.pl, y su función principal es "Organize your work!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Desc.pl
Descarga archivos de extensión Desc.pl 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
- The ability to add notes, - RSS feed reader, - Synchronize bookmarks from your browser, - Ability to create and manage tasks. - Ability to create and manage shopping lists, - Contact Manager, - The system for managing recipes, - The events calendar - Manager of Finance, - Password Manager, - Import data from external sites (including Facebook, Evernote, Google), so that each user can easily transfer your data - SMS gateway (100% guarantee of delivery, sms to any country in the world) - and many others. The service is very powerful personal manager, to the organization of work, time, tasks and and the whole day. It combines the functionality of sites such as Evernote Feedly, Google Calendar, Todoist and many others.
Información Básica de la Extensión
Nombre | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
URL Oficial | https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie |
Descripción | Organize your work! |
Tamaño del Archivo | 58.86 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-12-09 |
Fecha de Publicación | 2015-12-09 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://desc.pl |
Tipo de Pago | free |
Sitio Web de la Extensión | https://desc.pl |
URL de la Página de Ayuda | http://tlenet.pl |
Idiomas Soportados | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "permissions": [ "http:\/\/*.desc.pl\/*", "https:\/\/*.desc.pl\/*", "bookmarks", "tabs" ], "default_locale": "pl", "background": { "scripts": [ "js\/jquery.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup.html", "default_title": "Desc.pl" }, "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" } } |