Productivity Supreme

Do job 2x faster! Plan tasks to work on and focus smartly on them.

Productivity Supreme क्या है?

Productivity Supreme Vadagon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do job 2x faster! Plan tasks to work on and focus smartly on them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Productivity Supreme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        => The Advanced Project Manager <=

Productivity Supreme is a hybrid of:
* To-do list
* Pomodoro or 52/17 workflow
* Take a break reminder

Productivity Supreme also fits into your Pomodoro workflow with automated reminders.

How to use it properly?
1. Add a task
2. Press play 🞂 button, which is located just over the task
3. To change work/pause duration, click on the settings ⚙ (top right corner)

The extension is still under development!

Features:
- custom new tab
- data sync
- to do list

Privacy:
Your data is yours and yours only. I will never share or distribute your data.

Support and Feedback:
I'd love to hear from you! Drop me a line at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Productivity Supreme Productivity Supreme
ID pilhjjhjplpamgcnnochhdeklkmehghg
आधिकारिक URL https://chrome.google.com/webstore/detail/productivity-supreme/pilhjjhjplpamgcnnochhdeklkmehghg
विवरण Do job 2x faster! Plan tasks to work on and focus smartly on them.
फ़ाइल का आकार 6.32 MB
स्थापना संख्या 48
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2018-10-08
प्रकाशन तिथि 2018-10-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Vadagon
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://parallis.ltd/pp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Productivity Supreme",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Do job 2x faster! Plan tasks to work on and focus smartly on them.",
    "icons": {
        "128": "images\/play.png"
    },
    "offline_enabled": true,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/plugins.js",
            "js\/jquery\/jquery.min.js",
            "src\/bg\/crx2zip.js",
            "src\/bg\/jszip.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/override\/override.html#!\/settings",
    "browser_action": {
        "default_icon": "images\/play.png",
        "default_title": "browser action demo",
        "default_popup": "src\/override\/override.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "images\/*",
        "css\/*",
        "js\/*",
        "chrome-extension:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "chrome-extension:\/\/*\/*",
        "storage",
        "management",
        "tabs"
    ]
}