Pimp my Unanet Timesheet

A better experience for your unanet timesheet

什麼是Pimp my Unanet Timesheet?

Pimp my Unanet Timesheet是由Huge inc.開發的Chrome擴展程式,該擴展的主要功能是“A better experience for your unanet timesheet”。

擴展截圖

screenshot

下載Pimp my Unanet Timesheet擴展crx文件

下載Pimp my Unanet Timesheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Pimp my Unanet Timesheet Pimp my Unanet Timesheet
ID eapljeojmnfchhalocpaabkoiephhgfe
官方網址 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"
    }
}