Heyday

Heyday

Co to jest Heyday?

Heyday to rozszerzenie Chrome opracowane przez https://heyday.xyz, a jego główną funkcją jest „Heyday”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Heyday

Pobierz pliki rozszerzeń Heyday w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Retain more of what you learn when you browse the internet. 

Heyday resurfaces content you saw in the past when you search the web and read articles. Say goodbye to 100+ open tabs. 👋

How it works
👉 When you search the internet or read an article, Heyday resurfaces related content you saw in the past. That way, you can remember more of what you learned within the workflow you’re used to.

Enhances most search engines like Google, DuckDuckGo and more.

Resurfaces content from your apps
- Notion
- Google Docs
- Dropbox
- Evernote
- Slack
- And more!

Install in seconds
👉 It only takes a couple clicks to give your memory a boost.

Surface content alongside search results
👉 Heyday saves pages you visit and automatically resurfaces them alongside relevant search results.

Supplement articles with your past research
👉 When you visit an article, Heyday highlights keywords you’ve researched in the past and resurfaces related content.

Create a knowledge base that fills itself
👉 Heyday's AI curates pages you spend the most time reading into topics to improve your retention.

Keep Heyday working by emailing [email protected] if you have any issues.

🔒YOUR PRIVACY IS HEYDAY’S #1 PRIORITY

When you add Heyday to your browser, it says that we can “read and change all your data on the websites you visit.” A more accurate description is that it allows Heyday to save and resurface the webpages you see to improve your memory. We encrypt all the content to keep it safe and don’t sell data. Heyday is a paid-only product and our only incentive is to protect your privacy.

Learn more about Heyday’s privacy policy at https://heyday.xyz/privacy                    

Podstawowe informacje o rozszerzeniu

Nazwa Heyday Heyday
ID ienjhoblgednepobmpihafbdnjahffdo
Oficjalny URL https://chromewebstore.google.com/detail/heyday/ienjhoblgednepobmpihafbdnjahffdo
Opis Heyday
Rozmiar pliku 5.21 MB
Liczba instalacji 2,683
Aktualna Wersja 2024.6.1
Ostatnia Aktualizacja 2024-02-28
Data Publikacji 2021-03-16
Ocena 4.67/5 Łącznie 58 Oceny
Deweloper https://heyday.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://heyday.xyz
Adres URL Strony Pomocy https://heyday.xyz
Adres URL Strony Polityki Prywatności https://heyday.xyz/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2024.6.1",
    "name": "Heyday",
    "description": "Heyday",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "logo-34.png",
        "default_title": "Open the content companion"
    },
    "icons": {
        "16": "logo-16.png",
        "34": "logo-34.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "history",
        "storage",
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/heynight.xyz\/*",
                "https:\/\/heyday.xyz\/*",
                "https:\/\/app.heynight.xyz\/*",
                "https:\/\/app.heyday.xyz\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "site-apps.bundle.js"
            ]
        }
    ],
    "commands": {
        "quick-search": {
            "suggested_key": {
                "default": "Alt+Period",
                "mac": "Command+Period"
            },
            "description": "Quick Search"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "references.jpg",
                "tweets.jpg",
                "highlights.jpg",
                "topics.jpg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src wss:\/\/*.heyday.xyz wss:\/\/*.heynight.xyz https:\/\/*.heyday.xyz https:\/\/*.heynight.xyz https:\/\/api.segment.io https:\/\/*.ingest.sentry.io"
    }
}