Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Clockk क्या है?
Clockk Clockk.com Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clockk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make more money with quick, painless, and accurate time tracking. Clockk makes agencies more efficient and profitable by enabling data-driven decision making about time. No timers needed! This web extension allows Clockk to gather productivity data as you browse the internet. An active Clockk account is required to use this extension.
एक्सटेंशन की मूल जानकारी
नाम | Clockk |
ID | inpnfpglfklplkhnpggbomjdfjlnldhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg |
विवरण | Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension. |
फ़ाइल का आकार | 937 KB |
स्थापना संख्या | 739 |
वर्तमान संस्करण | 2.3.9 |
अंतिम अपडेट | 2023-11-18 |
प्रकाशन तिथि | 2020-03-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Clockk.com Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://clockk.com/ |
गोपनीयता नीति पृष्ठ URL | https://clockk.com/our-privacy-promise |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clockk", "author": "Clockk.com Inc.", "homepage_url": "https:\/\/clockk.com\/", "short_name": "Clockk", "description": "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.", "version": "2.3.9", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Clockk", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "injections\/page-reporter.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/app.clockk.com\/*" ], "js": [ "injections\/app.clockk.com.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "injections\/mail.google.com.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage", "identity", "identity.email", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "optional_permissions": [ "*:\/\/*\/*" ] } |