DeskTime url fetcher
This extension allows DeskTime client to read current url.
什麼是DeskTime url fetcher?
DeskTime url fetcher是由https://desktime.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows DeskTime client to read current url.”。
擴展截圖
下載DeskTime url fetcher擴展crx文件
下載DeskTime url fetcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself. To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com
擴展基本資訊
名稱 | DeskTime url fetcher |
ID | kphjfdjkmhnoamhfacepmnlfmmmdedoj |
官方網址 | https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj |
簡介 | This extension allows DeskTime client to read current url. |
檔案大小 | 45.87 KB |
安裝次數 | 4,715 |
目前版本 | 2.0.2 |
更新時間 | 2021-04-10 |
上架時間 | 2016-02-02 |
評分 | 3.69/5 共 16 次評分 |
開發者 | https://desktime.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://desktime.com |
說明頁面URL | https://desktime.com/faq/ |
隱私政策頁面URL | https://desktime.com/privacy |
支援的語言 | en |
manifest.json | |
{ "background": { "page": "DeskTime.html", "persistent": false }, "description": "This extension allows DeskTime client to read current url.", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB", "manifest_version": 2, "name": "DeskTime url fetcher", "permissions": [ "tabs", "http:\/\/localhost:55566\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |