Zistemo extension

zistemo is the smartest app for instant time tracking and expense tracking. Stay organized, boost productivity and save time.

Zistemo extension là gì?

Zistemo extension là một tiện ích mở rộng Chrome được phát triển bởi zistemo, và tính năng chính của nó là "zistemo is the smartest app for instant time tracking and expense tracking. Stay organized, boost productivity and save time.".

Ả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 Zistemo extension

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

                        Zistemo extension

Easy to use employee time tracking software for reporting, invoicing and attendance time.
Zistemo integrates seamless with a number of project management tools, that lets you easily start a timer or log time manually.

You find embed time tracking functionality inside their interface. So, skip app switching.

Zistemo is the smartest app for instant time tracking and expense tracking. Stay organized, boost productivity and save time.

Zistemo Overview
Zistemo® is the leading project time tracking tool for professional teams and individual users. It helps people to easily track the time spent on various projects, analyze and enhance productivity. Use zistemo on the web or on your favorite mobile devices – either way, all your data gets synced live, 24/7 and you can instantly access it at any time.                    

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

Tên Zistemo extension Zistemo extension
ID bdjlkpmifpfahoefpjkmaiggmpbelfdi
URL Chính Thức https://chromewebstore.google.com/detail/zistemo-extension/bdjlkpmifpfahoefpjkmaiggmpbelfdi
Mô tả zistemo is the smartest app for instant time tracking and expense tracking. Stay organized, boost productivity and save time.
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 2,147
Phiên Bản Hiện Tại 1.0.112
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2020-06-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển zistemo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zistemo.com/asana-time-tracking-with-zistemo/
URL Trang Trợ Giúp https://zistemo.com/contact-us/
URL Trang Chính Sách Bảo Mật https://zistemo.com/privacy/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zistemo extension",
    "version": "1.0.112",
    "description": "zistemo is the smartest app for instant time tracking and expense tracking. Stay organized, boost productivity and save time.",
    "manifest_version": 2,
    "author": "Vitaly Penchuk",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.zistemo.com\/*",
        "*:\/\/app.asana.com\/*",
        "*:\/\/trello.com\/*",
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/*.atlassian.io\/*",
        "https:\/\/*.atlassian.com\/*",
        "https:\/\/*.jira.com\/*",
        "https:\/\/*.atl-paas\/*"
    ],
    "icons": {
        "16": "images\/default.png",
        "20": "images\/default.png",
        "32": "images\/default.png",
        "48": "images\/default_48.png",
        "128": "images\/default_48.png"
    },
    "content_scripts": [
        {
            "js": [
                "vendors\/jquery-3.3.1.js",
                "vendors\/jquery-ui.js",
                "vendors\/moment.js",
                "vendors\/lodash.js",
                "vendors\/vue.js",
                "vendors\/popper.min.js",
                "vendors\/tippy.all.min.js",
                "vendors\/notify.js",
                "scripts\/functions.js",
                "scripts\/kernel\/Tab.js",
                "scripts\/kernel\/DomObserver.js",
                "scripts\/kernel\/EventDispatcher.js",
                "scripts\/kernel\/Settings.js",
                "scripts\/ZistemoContentScript.js",
                "scripts\/kernel\/VueComponents.js",
                "scripts\/kernel\/ContentScriptProxyApi.js",
                "scripts\/kernel\/Browser.js",
                "scripts\/contentScript\/BaseApp.js"
            ],
            "matches": [
                "*:\/\/app.asana.com\/*",
                "*:\/\/trello.com\/*",
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.atlassian.io\/*",
                "https:\/\/*.atlassian.com\/*",
                "https:\/\/*.jira.com\/*",
                "https:\/\/*.atl-paas\/*"
            ]
        },
        {
            "js": [
                "scripts\/contentScript\/asana\/Helpers.js",
                "scripts\/contentScript\/asana\/Controls.js",
                "scripts\/contentScript\/asana\/App.js"
            ],
            "matches": [
                "*:\/\/app.asana.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/contentScript\/jira\/Helpers.js",
                "scripts\/contentScript\/jira\/Controls.js",
                "scripts\/contentScript\/jira\/App.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.atlassian.io\/*",
                "https:\/\/*.atlassian.com\/*",
                "https:\/\/*.jira.com\/*",
                "https:\/\/*.atl-paas\/*"
            ]
        },
        {
            "js": [
                "scripts\/contentScript\/trello\/Helpers.js",
                "scripts\/contentScript\/trello\/Controls.js",
                "scripts\/contentScript\/trello\/App.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ]
        },
        {
            "js": [
                "vendors\/jquery-3.3.1.js",
                "vendors\/lodash.js",
                "scripts\/functions.js",
                "scripts\/kernel\/Tab.js",
                "scripts\/kernel\/EventDispatcher.js",
                "scripts\/kernel\/Settings.js",
                "scripts\/ZistemoContentScript.js",
                "scripts\/kernel\/ContentScriptProxyApi.js",
                "scripts\/kernel\/Browser.js",
                "scripts\/contentScript\/zistemo\/App.js"
            ],
            "matches": [
                "*:\/\/*.zistemo.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/signed_out.png",
            "20": "images\/signed_out.png",
            "32": "images\/signed_out.png",
            "48": "images\/signed_out_48.png",
            "128": "images\/signed_out_48.png"
        }
    },
    "web_accessible_resources": [
        "images\/*",
        "css\/jquery-ui.css",
        "css\/common.css",
        "scripts\/contentScript\/asana\/css\/asana.css",
        "scripts\/contentScript\/trello\/css\/trello.css",
        "scripts\/contentScript\/jira\/css\/jira.css"
    ]
}