Hold X

Unlock traction and find your productivity sweetspot.

Hold X là gì?

Hold X là một tiện ích mở rộng Chrome được phát triển bởi Hold AS, và tính năng chính của nó là "Unlock traction and find your productivity sweetspot.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Hold X 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

                        The all-in-one productivity tool for people working from home: To-do list, distraction blocker and motivator.

HOLD X is making productivity simple. With HOLD you can plan your day from within your browser and execute without distractions. Get started in 10 seconds, save up to two hours a day and never miss a deadline again.

HOW IT WORKS:
📝 Prioritise - Start by making a quick and simple plan for the day using the chrome extension widget. You could also sync the tasks from your Asana account.

⏱ Focus - With the click of a button HOLD will block distraction across your chrome browser, allowing you to focus on the task at hand.

📊 Improve - HOLD X will learn from your behaviour and provide you with actionable feedback so you can improve your daily productivity and progress.

PRIVACY NOTE:
We don’t sell our user data. Ever. We monetize the product from users paying a subscription fee for the premium features. This is to ensure that we could continue to develop this product with the end-user in mind, supported by a sustainable and ethical business model.

Read our privacy terms here 👉 https://www.hold.app/privacy-policy-holdx                    

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

Tên Hold X Hold X
ID dpddiodcmjekpbpmakkninbfojaklmgg
URL Chính Thức https://chromewebstore.google.com/detail/hold-x/dpddiodcmjekpbpmakkninbfojaklmgg
Mô tả Unlock traction and find your productivity sweetspot.
Kích Thước Tệp 7.41 MB
Số Lần Cài Đặt 329
Phiên Bản Hiện Tại 2.3.10
Cập Nhật Lần Cuối 2021-04-13
Ngày Phát Hành 2020-10-13
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Hold AS
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.hold.app/x
URL Trang Trợ Giúp https://holdgroup.zendesk.com/hc/en-us
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hold X",
    "description": "Unlock traction and find your productivity sweetspot.",
    "version": "2.3.10",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "identity",
        "*:\/\/*.asana.com\/*"
    ],
    "browser_action": {
        "default_title": "Hold X"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/checkout.stripe.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "48059293715-37keltub66pvgj71dek8ompe32vdg795.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/stripe.com\/ https:\/\/q.stripe.com https:\/\/js.stripe.com\/v3 https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/api.amplitude.com\/; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn0yQ7KGYHD2B7lm1hcHOXVRaWt5FkX0cS2u4gkYMrgsUFAH8EoZ0Sm9U1F08ZeWhSJ1vuKeHThdOwRdHOHIbIWBhhBtXdICgywBFm7UR9Ik9xmmxBvBmSrqsaZzC1TjDZUIGaBHST+EgzmYH5A4LHEvZBmbksQkNTgWrBzNJSTeMprZCxpZgMRkWgvcCRI++OiLO5ceOXHUE29UPOfQNYwqfxFv82ESJmIyWtWhDB6q\/ZdpEwW8A+EWvYFXldw9BF9jg\/LtjznOv68Lo+2xVcEhXD3L4V9klAJqjcENK2Th4tKUTvIYBiRmWWuiAMChyqi2D4pgn8kAwK6f1EyDsJwIDAQAB"
}