Timely

Reminds you to fill your time sheet timely

Timely là gì?

Timely là một tiện ích mở rộng Chrome được phát triển bởi Vikash Verma, và tính năng chính của nó là "Reminds you to fill your time sheet timely".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timely

Tải xuống các tệp mở rộng Timely 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

                        Timely(alpha)
------

Set your reminder notification.

Developers:
Vikash/[email protected]
Maynak/[email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timely Timely
ID icmmcpelhmpfaoiaoaalioomncmddafm
URL Chính Thức https://chromewebstore.google.com/detail/timely/icmmcpelhmpfaoiaoaalioomncmddafm
Mô tả Reminds you to fill your time sheet timely
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-12-20
Ngày Phát Hành 2016-12-19
Nhà Phát Triển Vikash Verma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "description": "Reminds you to fill your time sheet timely",
    "version": "1.2",
    "icons": {
        "128": "app\/images\/tw128x128.png",
        "16": "app\/images\/tw16x16.png",
        "48": "app\/images\/tw48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pse.na32.visual.force.com\/apex\/PSATimecardEntry",
                "https:\/\/pse.na32.visual.force.com\/apex\/*"
            ],
            "js": [
                "jquery.min.js",
                "autofill.js"
            ],
            "css": []
        }
    ],
    "page_action": {
        "default_icon": "app\/images\/tw128x128.png",
        "default_popup": "app\/index.html",
        "default_title": "Timely"
    },
    "options_ui": {
        "page": "app\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "context.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "notifications",
        "windows",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/timely-d13ef.firebaseio.com\/*",
        "https:\/\/timely-d13ef.firebaseio.com\/.lp?start=t&ser=1653466&cb=15&v=5"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}