Ahero Extension

Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.

Ahero Extension là gì?

Ahero Extension là một tiện ích mở rộng Chrome được phát triển bởi Sidekick, và tính năng chính của nó là "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.".

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

screenshot
screenshot
screenshot

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

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

                        Browser extension that supports the Windows version of the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.                    

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

Tên Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
URL Chính Thức https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
Mô tả Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
Kích Thước Tệp 12.38 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-11-13
Ngày Phát Hành 2022-11-12
Nhà Phát Triển Sidekick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thesidekick.app/
URL Trang Chính Sách Bảo Mật https://thesidekick.app/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahero Extension",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "64": "images\/64x64.png"
        },
        "default_popup": "popup.html"
    }
}