Desc.pl
Organize your work!
Desc.plคืออะไร?
Desc.pl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://desc.pl และคุณลักษณะหลักของมันคือ "Organize your work!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desc.pl
ดาวน์โหลดไฟล์ส่วนขยาย Desc.pl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie |
คำอธิบาย | Organize your work! |
ขนาดไฟล์ | 58.86 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-12-09 |
วันที่เผยแพร่ | 2015-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://desc.pl |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://desc.pl |
URL หน้าช่วยเหลือ | http://tlenet.pl |
ภาษาที่รองรับ | 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" } } |