Keeping – Time Tracker

Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account.

ما هو Keeping – Time Tracker؟

Keeping – Time Tracker هو إضافة Chrome تم تطويرها بواسطة Keeping، والميزة الرئيسية لها هي "Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Track hours directly in your browser through the Keeping Chrome extension. With Keeping you will always have a clear overview of your productivity and working hours. You can use this extension to manage your hours and time on every page, while everything is synced in real time and securely stored in your Keeping account.

Keeping Plus:
Integration with project management tools is available through Keeping Plus. Get access to your time tracking directly within Basecamp, Jira, Asana, Trello and GitHub. Make sure you log in with (at the least) a Plus plan enabled account. View all possible plans and prices on our pricing page [https://keeping.nl/pricing].

How do I use Keeping for Chrome?
1. Register an account on Keeping.nl.
2. On this page press: 'Add to Chrome'.
3. Keeping for Chrome has now been added to your browser and is ready for use.
4. Open the extension by clicking the Keeping icon next to the navigation bar.
5. The extension opens in a pop-over, there you can log in by pressing the green "Log in with Keeping" button.
6. After you've logged in, select your organization within Keeping.
7. You are now ready to track time from every page in your browser.

If you experience problems with the extension, you can contact us at [email protected].

Keeping extension for Chrome is a product of Keeping B.V., to be found via https://keeping.nl .

Tracking your hours with Keeping is very intuitive and easy. You can add clients, projects and tasks to keep track and analyze worked hours in collaboration with your entire organization. In addition to the Chrome Extension, we also offer mobile applications for Android and iPhone. View this via https://keeping.nl/uren-keeping.

Made with ❤️ in Amsterdam & Enschede                    

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

الاسم Keeping – Time Tracker Keeping – Time Tracker
ID egjknjnaeififddehjalmnhjcgdepdac
عنوان URL الرسمي https://chromewebstore.google.com/detail/keeping-–-tijdregistratie/egjknjnaeififddehjalmnhjcgdepdac?hl=en
الوصف Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account.
حجم الملف 487 KB
عدد التثبيتات 1,076
النسخة الحالية 1.0.1.15
آخر تحديث 2023-12-29
تاريخ النشر 2020-02-04
تقييم 5.00/5 مجموع تقييمات 8
المطور Keeping
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://keeping.nl
عنوان صفحة المساعدة https://keeping.nl/support
عنوان صفحة سياسة الخصوصية https://keeping.nl/privacy
اللغات المدعومة en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Label305",
    "version": "1.0.1.15",
    "default_locale": "nl",
    "icons": {
        "128": "img\/store_icon.png"
    },
    "background": {
        "scripts": [
            ".\/js\/runtime.js",
            ".\/js\/commons.js",
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "img\/icon_dark_128.png",
        "default_popup": "popup.html",
        "browser_style": true,
        "theme_icons": [
            {
                "light": "img\/icon_light_16.png",
                "dark": "img\/icon_dark_16.png",
                "size": 16
            },
            {
                "light": "img\/icon_light_32.png",
                "dark": "img\/icon_dark_32.png",
                "size": 32
            },
            {
                "light": "img\/icon_light_128.png",
                "dark": "img\/icon_dark_128.png",
                "size": 128
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "identity",
        "https:\/\/*.keeping.nl\/",
        "https:\/\/*.keeping-staging.nl\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf"
            ],
            "js": [
                ".\/js\/runtime.js",
                ".\/js\/ui_vendor.js",
                ".\/js\/commons.js",
                ".\/js\/entry_modal.js",
                ".\/js\/report_modal.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.basecamphq.com\/*"
            ],
            "js": [
                ".\/js\/basecamp1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/basecamp.com\/*"
            ],
            "js": [
                ".\/js\/basecamp2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "js": [
                ".\/js\/basecamp3.js"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                ".\/js\/trello.js"
            ]
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                ".\/js\/github.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                ".\/js\/asana.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                ".\/js\/jira.js"
            ]
        },
        {
            "matches": [
                "https:\/\/todoist.com\/app*",
                "https:\/\/*.todoist.com\/app*"
            ],
            "js": [
                ".\/js\/todoist.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "land.html",
        "spawn_modal.html",
        "\/img\/loader.gif",
        "\/fonts\/lato-bold.woff",
        "\/fonts\/lato-regular.woff",
        "\/fonts\/lato-light.woff",
        "\/fonts\/lato-italic.woff",
        "\/fonts\/lato-lightitalic.woff"
    ],
    "applications": {
        "gecko": {
            "id": "{6b505257-7b76-4529-f671-f264629f3d4d}",
            "strict_min_version": "42.0"
        }
    },
    "commands": {
        "edit-ongoing-entry": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Edit the current ongoing entry"
        },
        "start-new-entry": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start a new entry"
        },
        "toggle-last-entry": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Toggle the last entry"
        }
    }
}