Productivity+

Tired of CrappyUI

Productivity+란 무엇입니까?

Productivity+은(는) prannoyp.1994에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of CrappyUI"입니다.

확장 프로그램 스크린샷

screenshot

Productivity+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}