NameShouts - Name Pronunciation tool

The most extensive name pronunciation tool that works with your favourite web apps.

Co je NameShouts - Name Pronunciation tool?

NameShouts - Name Pronunciation tool je rozšíření Chrome vyvinuté https://nameshouts.com, a jeho hlavní funkcí je „The most extensive name pronunciation tool that works with your favourite web apps.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NameShouts - Name Pronunciation tool

Stáhněte si soubory rozšíření NameShouts - Name Pronunciation tool 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í

                        Names matter. They’re the first personal detail that we share when we meet someone new. As we become more connected across the globe, we’ll see more and more names – and a lot of them will be harder to pronounce.

The new and improved NameShouts Chrome Extension is ready to help you rise to the challenge, with seamless integration to platforms you use daily — from Hubspot to Facebook to Canvas.

GET NAMES RIGHT
What if you could pronounce any name right? You could make stronger first impressions, build stronger communities, and deliver exceptional service. With NameShouts, it's all in one simple click.

COMPREHENSIVE DATABASE
NameShouts is the most in-depth name pronunciation tool on the Internet. Our network of native speakers ensure the accuracy of every name recorded. Plus, we’re adding new names everyday!

ADVANCED FEATURES
The new NameShouts Chrome Extension already features more integrations out of the box than before, with support for new platforms continuing to roll out. Plus, thanks to NameShouts 2.0, you can now work with custom pronunciations and lists to ensure greater accuracy.

CREATE A FREE ACCOUNT:
You need a NameShouts account to use our extension. You’ll then be able to access the extension for free!                    

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

Název NameShouts - Name Pronunciation tool NameShouts - Name Pronunciation tool
ID cfjmdoknapjfodjomjdldohemeiggmgo
Oficiální URL https://chromewebstore.google.com/detail/nameshouts-name-pronuncia/cfjmdoknapjfodjomjdldohemeiggmgo
Popis The most extensive name pronunciation tool that works with your favourite web apps.
Velikost souboru 792 KB
Počet instalací 554
Aktuální Verze 2.3.4
Poslední Aktualizace 2024-02-07
Datum Vydání 2022-08-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://nameshouts.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://app2.nameshouts.com/
URL Stránky Zásad Ochrany Soukromí https://www.nameshouts.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NameShouts - Name Pronunciation tool",
    "description": "The most extensive name pronunciation tool that works with your favourite web apps.",
    "version": "2.3.4",
    "icons": {
        "16": "assets\/images\/logo-16.png",
        "32": "assets\/images\/logo-32.png",
        "48": "assets\/images\/logo-48.png",
        "128": "assets\/images\/logo-128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js",
        "default_icon": "assets\/images\/logo-16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wellfound.com\/*",
                "https:\/\/*.myschoolapp.com\/*",
                "https:\/\/*.instructure.com\/*",
                "https:\/\/*.stgeorges.edu\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.sharepoint.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.nameshouts.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/libs\/utils.js",
                "assets\/js\/libs\/audio-injector.js",
                "assets\/js\/libs\/facade.js",
                "assets\/js\/plugins\/angel-list.js",
                "assets\/js\/plugins\/blackboard-grinnell.js",
                "assets\/js\/plugins\/hubspot.js",
                "assets\/js\/plugins\/blackbaud-norwood.js",
                "assets\/js\/plugins\/blackbaud-shipley.js",
                "assets\/js\/plugins\/sharepoint-grinnell.js",
                "assets\/js\/plugins\/canvas-sg-list.js",
                "assets\/js\/plugins\/canvas-sg-page.js",
                "assets\/js\/plugins\/finalsite-stgeorge.js",
                "assets\/js\/plugins\/slack.js",
                "assets\/js\/plugins\/fancy.js",
                "assets\/js\/plugins\/google-contact.js",
                "assets\/js\/main-script.js"
            ],
            "css": [
                "assets\/css\/content.css",
                "assets\/css\/balloon.min.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLNZZFFexeVXm9n8\/ypRAm6TKtBipLvPBnGsTn\/jyJqRj0P1BIxpufr+2HHdbk+8Q+8J5Acp7CXBjuRbGlbxZ1DfvfqWY2N2k7MlChWoEF3mLdSLk1ScSteUfFICoCQgiR06szFo9DkSnlUT\/kwYqx\/ahds345T\/sL\/Rj189ciis5+HVKUo2EEVM7XNIMIawR34\/ENBuUUFFzgKcDrsG3gQ9M\/THrwCPra1NjFD6gro7qgSKIONizo0sV7Cw8nuHbDfHOFCixNNJ6ifjW0aobRtdu5dlDZuclL\/wfvn3\/1KwuTMhTwpwmvyvnUCMjv+Kvw37Me4WaJ0mw+JLpGi9uQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.svg",
                "assets\/fonts\/DM_Sans\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app2.nameshouts.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}