Desc.pl

Organize your work!

Desc.pl란 무엇입니까?

Desc.pl은(는) https://desc.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your work!"입니다.

확장 프로그램 스크린샷

screenshot

Desc.pl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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.                    

확장 프로그램 기본 정보

이름 Desc.pl Desc.pl
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"
    }
}