Trackabi URL Tracker
This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.
Trackabi URL Trackerとは何ですか?
Trackabi URL Trackerはhttps://trackabi.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.」です。
拡張機能のスクリーンショット
Trackabi URL Tracker拡張機能のCRXファイルをダウンロード
Trackabi URL Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser. This extension requires the Trackabi Desktop Timer application to be installed and cannot function independently. You can download the app at https://trackabi.com/time-tracking-desktop-application Trackabi is employee monitoring, time tracking, and leave management software leveraging the gamification approach to make dull things fun. Trackabi includes a web version, a desktop application for Windows, Linux, and macOS, as well as a mobile application for iOS and Android. Trackabi is an excellent instrument for freelancers, distributed teams, service providers billing by the hour, and other businesses that want to improve employee productivity or work on time-sensitive projects. The key features of Trackabi are: desktop timer application for Windows, Linux, and macOS (screenshot capturing, user activity monitoring, log of opened apps); mobile application with GPS tracking; gamification of time tracking; highly customizable timesheets; employee leave management integrated with timesheets; customizable time reports; invoicing & payments; project plans & estimates; user access roles; client access; Git commits import; informative dashboards; company data insights; timesheets locking.
拡張機能の基本情報
名前 | |
ID | cdnagcjjdfpbeoomfpmgpjacjlgimebm |
公式URL | https://chromewebstore.google.com/detail/trackabi-url-tracker/cdnagcjjdfpbeoomfpmgpjacjlgimebm |
説明 | This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser. |
ファイルサイズ | 19.77 KB |
インストール数 | 89 |
現在のバージョン | 1.0.3 |
最終更新日 | 2023-06-11 |
公開日 | 2023-05-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://trackabi.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://trackabi.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackabi URL Tracker", "version": "1.0.3", "description": "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.", "manifest_version": 3, "permissions": [ "tabs" ], "background": { "service_worker": "index.js" }, "icons": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "action": { "default_icon": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" } }, "author": "Trackabi LLC" } |