Timer Agent: Time & Task manager
Integrates Timer Agent with many popular websites
Timer Agent: Time & Task managerとは何ですか?
Timer Agent: Time & Task managerはhttps://timeragent.comによって開発されたChromeの拡張機能で、その主な機能は「Integrates Timer Agent with many popular websites」です。
拡張機能のスクリーンショット
Timer Agent: Time & Task manager拡張機能のCRXファイルをダウンロード
Timer Agent: Time & Task manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Timer Agent: Time & Task manager |
ID | hfcmoakkedofbpojbohbabbbpnhgboap |
公式URL | https://chromewebstore.google.com/detail/timer-agent-time-task-man/hfcmoakkedofbpojbohbabbbpnhgboap |
説明 | Integrates Timer Agent with many popular websites |
ファイルサイズ | 2.04 MB |
インストール数 | 16 |
現在のバージョン | 0.3.0 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://timeragent.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://app.timeragent.com |
ヘルプページのURL | https://timeragent.com/docs |
対応言語 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/timeragent.com\/", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "*:\/\/*.timeragent.com\/*", "*:\/\/timeragent.com\/*", "*:\/\/github.com\/*", "*:\/\/*.atlassian.net\/*", "webRequest", "webRequestBlocking", "alarms", "contextMenus", "notifications", "idle", "tabs", "storage" ], "optional_permissions": [ "*:\/\/*\/" ], "externally_connectable": { "matches": [ "*:\/\/*.timeragent.com\/*", "*:\/\/timeragent.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-rGvrHuhi0uyiy4UVr6TYjmqML4w7Cd8XyA5UGD5rO68='; object-src 'self';", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_extShortName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "browser_style": true }, "commands": { "start-stop-current-task": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extStartStopTask__" } }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "version": "0.3.0" } |