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 là gì?

Wobbly Button là một tiện ích mở rộng Chrome được phát triển bởi lazy-ants, và tính năng chính của nó là "What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wobbly Button

Tải xuống các tệp mở rộng Wobbly Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wobbly Button Wobbly Button
ID nmnmeepomkgoejdjmgegdpaafhafjkkg
URL Chính Thức https://chromewebstore.google.com/detail/wobbly-button/nmnmeepomkgoejdjmgegdpaafhafjkkg
Mô tả What Wobbly can do? Wobbly helps boost the productivity of your IT team and cut expenses! Main features of https://time.wobbly.me/:…
Kích Thước Tệp 429 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2020-05-05
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển lazy-ants
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wobbly.me/
Ngôn Ngữ Được Hỗ Trợ 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'"
}