Heyday

Heyday

Hvad er Heyday?

Heyday er en Chrome-udvidelse udviklet af https://heyday.xyz, og dens hovedfunktion er "Heyday".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Heyday-udvidelses-CRX-fil

Download Heyday-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Heyday Heyday
ID ienjhoblgednepobmpihafbdnjahffdo
Officiel URL https://chromewebstore.google.com/detail/heyday/ienjhoblgednepobmpihafbdnjahffdo
Beskrivelse Heyday
Filstørrelse 5.21 MB
Antal Installationer 2,683
Nuværende Version 2024.6.1
Senest Opdateret 2024-02-28
Udgivelsesdato 2021-03-16
Bedømmelse 4.67/5 Samlet 58 Bedømmelser
Udvikler https://heyday.xyz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://heyday.xyz
Hjælpeside-URL https://heyday.xyz
URL til Fortrolighedspolitik Side https://heyday.xyz/privacy
Understøttede Sprog 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"
    }
}