Pimp my Unanet Timesheet

A better experience for your unanet timesheet

Pimp my Unanet Timesheet क्या है?

Pimp my Unanet Timesheet Huge inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better experience for your unanet timesheet"।

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

screenshot

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

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

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

                                            

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

नाम Pimp my Unanet Timesheet Pimp my Unanet Timesheet
ID eapljeojmnfchhalocpaabkoiephhgfe
आधिकारिक URL https://chromewebstore.google.com/detail/pimp-my-unanet-timesheet/eapljeojmnfchhalocpaabkoiephhgfe
विवरण A better experience for your unanet timesheet
फ़ाइल का आकार 774 KB
स्थापना संख्या 32
वर्तमान संस्करण 2.4
अंतिम अपडेट 2016-11-08
प्रकाशन तिथि 2016-11-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Huge inc.
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pimp my Unanet Timesheet",
    "short_name": "Pimped Unantet",
    "description": "A better experience for your unanet timesheet",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*.unanet.biz\/*",
        "https:\/\/*.honey.is\/*",
        "https:\/\/apis.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hugellc.unanet.biz\/*"
            ],
            "css": [
                "assets\/css\/custom-style.css"
            ],
            "js": [
                "assets\/js\/main.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*",
        "*.png",
        "assets\/js\/page.min.js",
        "assets\/js\/vendor\/squeezebox.min.js",
        "https:\/\/*.honey.is\/*",
        "https:\/\/apis.google.com\/js\/client.js?onload=checkAuth",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/moment.js\/2.15.2\/moment.min.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}