Heyday

Heyday

Co je Heyday?

Heyday je rozšíření Chrome vyvinuté https://heyday.xyz, a jeho hlavní funkcí je „Heyday“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Heyday

Stáhněte si soubory rozšíření Heyday ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Heyday Heyday
ID ienjhoblgednepobmpihafbdnjahffdo
Oficiální URL https://chromewebstore.google.com/detail/heyday/ienjhoblgednepobmpihafbdnjahffdo
Popis Heyday
Velikost souboru 5.21 MB
Počet instalací 2,683
Aktuální Verze 2024.6.1
Poslední Aktualizace 2024-02-28
Datum Vydání 2021-03-16
Hodnocení 4.67/5 Celkem 58 Hodnocení
Vývojář https://heyday.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://heyday.xyz
URL Stránky Nápovědy https://heyday.xyz
URL Stránky Zásad Ochrany Soukromí https://heyday.xyz/privacy
Podporované Jazyky 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"
    }
}