ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Vad är ManicTime Url Tracker?
ManicTime Url Tracker är en Chrome-tillägg utvecklad av https://manictime.com, och dess huvudfunktion är "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".
Tilläggsskärmbilder
Ladda ner ManicTime Url Tracker-förlängningens CRX-fil
Ladda ner ManicTime Url Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin is only useful if you have ManicTime locally installed. This is alternative method of getting browsing data from Chrome. ManicTime already ships with native Chrome plugin, but it can be unstable for some users. If ManicTime will detect this plugin, it will use it instead of the native plugin. Data is only sent to locally installed ManicTime, nowhere else. v1.1 - support for Opera, Yandex, Vivaldi and other browsers v1.1.10 - minor fixes
Grundläggande Information om Tillägg
Namn | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
Officiell webbadress | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
Beskrivning | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
Filstorlek | 18.14 KB |
Antal Installationer | 4,754 |
Aktuell Version | 1.1.14 |
Senast Uppdaterad | 2023-05-31 |
Publiceringsdatum | 2017-03-08 |
Betyg | 4.00/5 Totalt 11 Betyg |
Utvecklare | https://manictime.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ManicTime Url Tracker", "version": "1.1.14", "manifest_version": 3, "description": "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.", "icons": { "16": "\/images\/icon-16.png", "128": "\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "ManicTime" }, "permissions": [ "tabs" ] } |