Pimp my Unanet Timesheet
A better experience for your unanet timesheet
Pimp my Unanet Timesheet là gì?
Pimp my Unanet Timesheet là một tiện ích mở rộng Chrome được phát triển bởi Huge inc., và tính năng chính của nó là "A better experience for your unanet timesheet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pimp my Unanet Timesheet
Tải xuống các tệp mở rộng Pimp my Unanet Timesheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pimp my Unanet Timesheet |
ID | eapljeojmnfchhalocpaabkoiephhgfe |
URL Chính Thức | https://chromewebstore.google.com/detail/pimp-my-unanet-timesheet/eapljeojmnfchhalocpaabkoiephhgfe |
Mô tả | A better experience for your unanet timesheet |
Kích Thước Tệp | 774 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 2.4 |
Cập Nhật Lần Cuối | 2016-11-08 |
Ngày Phát Hành | 2016-11-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Huge inc. |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |