udemy time tracker
Udemy Time Tracker For Tracking the time spent in watching videos on udemy
What is udemy time tracker?
udemy time tracker is a Chrome extension developed by abanoub magdy, and its main feature is "Udemy Time Tracker For Tracking the time spent in watching videos on udemy".
Extension Screenshots
Download udemy time tracker Extension CRX File
Download udemy time tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Udemy Time Tracker For Tracking the time spent in watching videos on udemy
Extension Basic Information
Name | udemy time tracker |
ID | gcajaemnhggamnkhlkdikajinejpldak |
Official URL | https://chromewebstore.google.com/detail/udemy-time-tracker/gcajaemnhggamnkhlkdikajinejpldak |
Description | Udemy Time Tracker For Tracking the time spent in watching videos on udemy |
File Size | 1.43 MB |
Installation Count | 43 |
Current Version | 1 |
Last Updated | 2021-04-16 |
Publish Date | 2021-04-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | abanoub magdy |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "udemy time tracker", "version": "1", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.udemy.com\/*" ], "js": [ "contentscript.js" ] } ] } |