Hey, that's a typo!

Automatically rename Hey's 'Imbox' to 'Inbox'

What is Hey, that's a typo!?

Hey, that's a typo! is a Chrome extension developed by manuel.frigerio, and its main feature is "Automatically rename Hey's 'Imbox' to 'Inbox'".

Extension Screenshots

screenshot

Download Hey, that's a typo! Extension CRX File

Download Hey, that's a typo! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hey everyone—

It’s 2020, we need to talk about HEY's "Imbox" typo.

I get it. They wanted to be clever. "Important+Inbox" = Imbox.
But it's not clever. It's just annoying.

This little extension fixes that. Install it and when you use HEY the word "Imbox" will always be replaced with "Inbox".                    

Extension Basic Information

Name Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
Official URL https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
Description Automatically rename Hey's 'Imbox' to 'Inbox'
File Size 18.57 KB
Installation Count 20
Current Version 1.0.2
Last Updated 2020-06-25
Publish Date 2020-06-24
Rating 3.67/5 Total 3 Ratings
Developer manuel.frigerio
Email [email protected]
Payment Type free
Extension Website https://manuel.friger.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hey, that's a typo!",
    "short_name": "hey_typo_fixer",
    "version": "1.0.2",
    "description": "Automatically rename Hey's 'Imbox' to 'Inbox'",
    "author": "https:\/\/manuel.friger.io",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "96": "96.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.hey.com\/*"
            ],
            "js": [
                "page-eater.js"
            ]
        }
    ]
}