Ahero Extension

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

Wat is Ahero Extension?

Ahero Extension is een Chrome-extensie ontwikkeld door Sidekick, en de belangrijkste functie is "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ahero Extension

Download Ahero Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
Officiële URL https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
Beschrijving Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
Bestandsgrootte 12.38 KB
Aantal Installaties 41
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-11-13
Publicatiedatum 2022-11-12
Ontwikkelaar Sidekick
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thesidekick.app/
URL van de Privacybeleid Pagina https://thesidekick.app/policy
Ondersteunde Talen 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"
    }
}