Timely
This extension will help you to manage your timesheet
什麼是Timely?
Timely是由umesh.jimmy開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you to manage your timesheet”。
擴展截圖
下載Timely擴展crx文件
下載Timely擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Addon for entering your timesheet.
擴展基本資訊
名稱 | Timely |
ID | neenecgenmecnfnmnofclijkhlofiknm |
官方網址 | https://chromewebstore.google.com/detail/timely/neenecgenmecnfnmnofclijkhlofiknm |
簡介 | This extension will help you to manage your timesheet |
檔案大小 | 843 KB |
安裝次數 | 13 |
目前版本 | 1.8 |
更新時間 | 2017-10-27 |
上架時間 | 2017-10-27 |
評分 | 5.00/5 共 7 次評分 |
開發者 | umesh.jimmy |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://technrisk.com/timely/ |
說明頁面URL | https://technrisk.com/timely/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "description": "This extension will help you to manage your timesheet", "version": "1.8", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon-small.png", "48": "images\/icon-med.png", "128": "images\/icon-large.png" }, "background": { "scripts": [ "js\/background.min.js", "js\/jquery.min.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |