Weekly Timelog

Time tracking developers

ما هو Weekly Timelog؟

Weekly Timelog هو إضافة Chrome تم تطويرها بواسطة https://weeklytimelog.com، والميزة الرئيسية لها هي "Time tracking developers".

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

screenshot

تحميل ملف CRX للإضافة Weekly Timelog

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

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

                        THE #1 TIME TRACKER FOR DEVELOPERS
Collect timelogs, track team progress and stay on budget

FOR DEVELOPERS
Automatically tracks your daily activity. 

FOR MANAGERS
Collect your team's timelogs automatically
Booking, budget, invoicing and more.

CURRENLY TRACKING
. Commits: Github, Bitbucket or Gitlab
. Tasks: Jira, Asana, Trello, youTrack
. Meetings: Google Calendar Events
. Conversations:  Hangout calls, Slack
. Online Documents: all formats provided by Google Drive, One Drive
. Locations: Locations and travel time                    

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

الاسم Weekly Timelog Weekly Timelog
ID hahfbdcfbdmeiboabdngbjapphenpgfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/weekly-timelog/hahfbdcfbdmeiboabdngbjapphenpgfa
الوصف Time tracking developers
حجم الملف 1006 KB
عدد التثبيتات 60
النسخة الحالية 2.10.19.1010
آخر تحديث 2018-10-19
تاريخ النشر 2018-10-19
تقييم 5.00/5 مجموع تقييمات 1
المطور https://weeklytimelog.com
نوع الدفع free
موقع الإضافة https://weeklytimelog.com
عنوان صفحة المساعدة https://weeklytimelog.zendesk.com/hc/en-us
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weekly Timelog",
    "short_name": "WT",
    "description": "Time tracking developers",
    "version": "2.10.19.1010",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "geolocation",
        "tabs",
        "idle",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "browser_action": {
        "default_title": "Add new item to the Main menu",
        "default_icon": "\/icons\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.min.js"
            ],
            "css": [
                "apps\/styles\/style.css"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "manifest_version": 2
}