Timely

This extension will help you to manage your timesheet

什么是Timely?

Timely是由umesh.jimmy开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to manage your timesheet”。

扩展截图

screenshot
screenshot

下载Timely扩展crx文件

下载Timely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome Addon for entering your timesheet.                    

扩展基本信息

名称 Timely Timely
ID neenecgenmecnfnmnofclijkhlofiknm
官方URL 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"
    ]
}