Desc.pl

Organize your work!

Desc.plとは何ですか?

Desc.plはhttps://desc.plによって開発されたChromeの拡張機能で、その主な機能は「Organize your work!」です。

拡張機能のスクリーンショット

screenshot

Desc.pl拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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"
    }
}