Redmine Time Tracker

Plugin to track your work time (works with chrome closed) and manage it.

ما هو Redmine Time Tracker؟

Redmine Time Tracker هو إضافة Chrome تم تطويرها بواسطة matheusmmcs، والميزة الرئيسية لها هي "Plugin to track your work time (works with chrome closed) and manage it.".

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

screenshot

تحميل ملف CRX للإضافة Redmine Time Tracker

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

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

                        Redmine Task Timer                    

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

الاسم Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
عنوان URL الرسمي https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
الوصف Plugin to track your work time (works with chrome closed) and manage it.
حجم الملف 265 KB
عدد التثبيتات 159
النسخة الحالية 0.2.4
آخر تحديث 2014-07-03
تاريخ النشر 2014-07-03
تقييم 3.33/5 مجموع تقييمات 15
المطور matheusmmcs
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Time Tracker",
    "version": "0.2.4",
    "description": "Plugin to track your work time (works with chrome closed) and manage it.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "RedmineTimeTracker",
        "default_popup": "templates\/popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "js\/jquery.calendario.redmine.js",
        "css\/calendario-redmine.css",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "manifest_version": 2
}