Ahero Extension

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

Ahero Extension란 무엇입니까?

Ahero Extension은(는) Sidekick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ahero Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
공식 URL https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
설명 Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
파일 크기 12.38 KB
설치 횟수 41
현재 버전 1.0.0
최근 업데이트 2022-11-13
출시 날짜 2022-11-12
개발자 Sidekick
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thesidekick.app/
개인정보 보호 정책 페이지 URL https://thesidekick.app/policy
지원되는 언어 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"
    }
}