Desc.pl
Organize your work!
Qu'est-ce que Desc.pl ?
Desc.pl est une extension Chrome développée par https://desc.pl, et sa fonction principale est "Organize your work!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Desc.pl
Téléchargez les fichiers d'extension Desc.pl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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.
Informations de Base sur l'Extension
Nom | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
URL Officiel | https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie |
Description | Organize your work! |
Taille du Fichier | 58.86 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-12-09 |
Date de Publication | 2015-12-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://desc.pl |
Type de Paiement | free |
Site Web de l'Extension | https://desc.pl |
URL de la Page d'Aide | http://tlenet.pl |
Langues Prises en Charge | 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" } } |