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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrates Timer Agent with many popular websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timer Agent: Time & Task manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | 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" } |