Desc.pl
Organize your work!
Desc.pl là gì?
Desc.pl là một tiện ích mở rộng Chrome được phát triển bởi https://desc.pl, và tính năng chính của nó là "Organize your work!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Desc.pl
Tải xuống các tệp mở rộng Desc.pl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
URL Chính Thức | https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie |
Mô tả | Organize your work! |
Kích Thước Tệp | 58.86 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-12-09 |
Ngày Phát Hành | 2015-12-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://desc.pl |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://desc.pl |
URL Trang Trợ Giúp | http://tlenet.pl |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |