Pimp my Unanet Timesheet

A better experience for your unanet timesheet

Pimp my Unanet Timesheetคืออะไร?

Pimp my Unanet Timesheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Huge inc. และคุณลักษณะหลักของมันคือ "A better experience for your unanet timesheet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pimp my Unanet Timesheet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}