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
公式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"
    }
}