Productivity+

Tired of CrappyUI

Productivity+ क्या है?

Productivity+ prannoyp.1994 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of CrappyUI"।

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

screenshot

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

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

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

                        A Jquery User Interface to select preferences of Practice School-2, BITS-Pilani,Pilani campus.It also automatically fills in the form in the PSD website according to the order in the interface of this app.There is also an option of saving the preferences.You can see the Jquery preference form and relevant instructions on the new tab page.In case of any suggestions or problems just drop in a mail to [email protected]                    

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

नाम Productivity+ Productivity+
ID oelnmomnnbhdkcjojponkokabemdaibb
आधिकारिक URL https://chromewebstore.google.com/detail/productivity+/oelnmomnnbhdkcjojponkokabemdaibb
विवरण Tired of CrappyUI
फ़ाइल का आकार 192 KB
स्थापना संख्या 50
वर्तमान संस्करण 7.0.8
अंतिम अपडेट 2014-05-05
प्रकाशन तिथि 2014-05-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर prannoyp.1994
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity+",
    "version": "7.0.8",
    "description": "Tired of CrappyUI",
    "options_page": "index.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jq.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Fill In Your Preferences"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/172.18.9.55:8084\/prefent\/servlet\/prefent.PreferenceEntry"
            ],
            "js": [
                "jq.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}