Tack

Chrome extension for tack time tracking

ما هو Tack؟

Tack هو إضافة Chrome تم تطويرها بواسطة https://tack.one، والميزة الرئيسية لها هي "Chrome extension for tack time tracking".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tack

قم بتنزيل ملفات الامتداد Tack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Track time with one click from anywhere on the web.
 
Tack allows you to track time your team spent on a project or tasks and makes beautiful visual reports that help you see what your team is working on, get insights like, where your team is spending more time, which project is more profitable, find projects before they go over budget and much more. You can also create branded invoices with approved billable hours and share them with your clients and get paid online. 

Just install the browser extension, log in, and a timer button will automatically appear inside other apps.                    

معلومات أساسية عن التمديد

الاسم Tack Tack
ID hlhglndnjndocenckocephdehepiocij
عنوان URL الرسمي https://chromewebstore.google.com/detail/tack/hlhglndnjndocenckocephdehepiocij
الوصف Chrome extension for tack time tracking
حجم الملف 1.53 MB
عدد التثبيتات 83
النسخة الحالية 0.0.6
آخر تحديث 2023-03-01
تاريخ النشر 2021-03-17
تقييم 5.00/5 مجموع تقييمات 6
المطور https://tack.one
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tack.one/downloads/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tack",
    "description": "Chrome extension for tack time tracking",
    "version": "0.0.6",
    "browser_action": {
        "default_icon": {
            "32": "images\/inactive-32.png",
            "48": "images\/inactive-48.png",
            "96": "images\/inactive-96.png",
            "128": "images\/inactive-128.png"
        },
        "default_popup": "index.html",
        "default_title": "Tack time tracker"
    },
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "96": "images\/favicon96.png",
        "128": "images\/favicon128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-YnH2Hi6vPe0yuxi5fyINoVRg+8WLeQ\/8tvvSrlwYXtU='; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "idle",
        "*:\/\/github.com\/*",
        "*:\/\/*.notion.so\/*",
        "*:\/\/*.basecamp.com\/*",
        "*:\/\/app.asana.com\/*",
        "*:\/\/*.getflow.com\/*",
        "*:\/\/*.airtable.com\/*",
        "*:\/\/*.trello.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/calendar.google.com\/*",
        "*:\/\/keep.google.com\/*",
        "*:\/\/*.todoist.com\/app*",
        "*:\/\/*.gitlab.com\/*",
        "*:\/\/*.teamwork.com\/*",
        "*:\/\/*.atlassian.com\/*",
        "*:\/\/*.clickup.com\/*",
        "*:\/\/*.monday.com\/*",
        "*:\/\/*.worksection.com\/*",
        "*:\/\/*.myjetbrains.com\/*",
        "*:\/\/*.redbooth.com\/*",
        "*:\/\/*.proworkflow.net\/*",
        "*:\/\/ticktick.com\/*,*:\/\/*.ticktick.com\/*",
        "*:\/\/linear.app\/*",
        "*:\/\/*.nifty.pm\/*"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "options_ui": {
        "page": ".\/settings.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}