Timer Agent: Time & Task manager
Integrates Timer Agent with many popular websites
Timer Agent: Time & Task managerคืออะไร?
Timer Agent: Time & Task manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timeragent.com และคุณลักษณะหลักของมันคือ "Integrates Timer Agent with many popular websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer Agent: Time & Task manager
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |