Desc.pl
Organize your work!
Was ist Desc.pl?
Desc.pl ist eine Chrome-Erweiterung, die von https://desc.pl entwickelt wurde, und ihr Hauptmerkmal ist "Organize your work!".
Erweiterungsscreenshots
Desc.pl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Desc.pl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
Offizielle URL | https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie |
Beschreibung | Organize your work! |
Dateigröße | 58.86 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-12-09 |
Veröffentlichungsdatum | 2015-12-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://desc.pl |
Zahlungsart | free |
Erweiterungswebsite | https://desc.pl |
Hilfeseite URL | http://tlenet.pl |
Unterstützte Sprachen | 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" } } |