Work Time

Define work time from earliest chrome startup until latest shutdown time in day

Work Time क्या है?

Work Time Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Define work time from earliest chrome startup until latest shutdown time in day"।

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

screenshot

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

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

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

                        Define work time from earliest chrome startup until latest shutdown time in day.

- Track startup chrome time and shutdown time.
- Based on chrome authentification.                    

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

नाम Work Time Work Time
ID aelkmadfnophhaehggphicfffbmijdem
आधिकारिक URL https://chromewebstore.google.com/detail/work-time/aelkmadfnophhaehggphicfffbmijdem
विवरण Define work time from earliest chrome startup until latest shutdown time in day
फ़ाइल का आकार 742 KB
स्थापना संख्या 20
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2014-11-06
प्रकाशन तिथि 2014-11-06
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Time",
    "version": "0.0.6",
    "description": "Define work time from earliest chrome startup until latest shutdown time in day",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAta\/Qhxmmu32ILr4zVdKDLthcvvg8jY0hWCi3zwPfGvqMGjlfhzcIlRUfddQnF7A7I7hirc4CEB+2uisjcSemcPieIfuv8tmwi6A2XZ0lOEzd1r1j\/vY3FABkv+3hDap13MK4fU2GMKph8u\/OZzQGHuY94++qSYs6lLPmJSCaTNbD2iVEzyJIDwkeRxDLujRO44zqPwVEkpOqAUahwwbE7smFDRF7sIQ4YID9EBdDHzoqjj5WbiK95btZ3\/G\/jOvaPx1WGJ\/+yoUu\/hdG\/kP0buCTXBaZqza+IL5\/rV81IxdkHrwVR6R4\/P9\/pHR9MZ8G2WHoYi2OdaHlQ5qLcjkSZwIDAQAB",
    "author": "[email protected]",
    "permissions": [
        "storage",
        "https:\/\/*.firebaseio.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.googleapis.com\/oauth2\/v1\/userinfo",
        "https:\/\/*\/",
        "identity",
        "background"
    ],
    "oauth2": {
        "client_id": "246585209934-0loemsdod3hsqqju54nouc4tjlaldopq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "browser_action": {
        "default_popup": "typedUrls.html",
        "default_icon": "img\/clock.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/moment.js",
            "js\/firebase.js",
            "oauth2\/oauth2.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com ; object-src 'self' ",
    "manifest_version": 2,
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ]
}