Wobbly Button
What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:…
Wobbly Button क्या है?
Wobbly Button lazy-ants द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wobbly Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/: ◦ resources planning ◦ time tracking ◦ integration Jira & GitLab ◦ invoicing ◦ reporting How do I set up the Wobbly button? (Guide with images – cсылка на новую документацию) 1. Click "Add to Chrome". 2. Log in to Wobbly from the extension menu or https://time.wobbly.me/timer (tab can be closed) 3. Under settings give the extension permissions to inject itself into the services you desire 4. Tracking time by: - clicking the integration button on supported web tools - highlight the text on any tool/website, click the right mouse, and choose “Begin timer with the highlight description.” (work with any website/app) The list of supported tools: ◦ Atlassian.com / Jira ◦ Atlassian.net / Jira ◦ Github ◦ Trello ◦ Gitlab ◦ Asana ◦ Redmine ◦ Basecamp ◦ Google Docs ◦ Salesforce Lightning
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nmnmeepomkgoejdjmgegdpaafhafjkkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/wobbly-button/nmnmeepomkgoejdjmgegdpaafhafjkkg |
विवरण | What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:… |
फ़ाइल का आकार | 429 KB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 1.2.5 |
अंतिम अपडेट | 2023-12-02 |
प्रकाशन तिथि | 2020-05-05 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | lazy-ants |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wobbly.me/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wobbly Button", "version": "1.2.5", "manifest_version": 2, "permissions": [ "tabs", "notifications", "*:\/\/*.wobbly.me\/*", "storage", "contextMenus" ], "optional_permissions": [ "*:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "images\/*.svg", "images\/*.png" ], "icons": { "16": "images\/favicon.png", "48": "images\/Wobbly_logo_48.png", "128": "images\/Wobbly_logo_128.png" }, "browser_action": { "default_popup": "index.html" }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |