NameShouts - Name Pronunciation tool

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

O que é NameShouts - Name Pronunciation tool?

NameShouts - Name Pronunciation tool é uma extensão do Chrome desenvolvida por https://nameshouts.com, e sua principal característica é "The most extensive name pronunciation tool that works with your favourite web apps.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NameShouts - Name Pronunciation tool

Baixe arquivos de extensão NameShouts - Name Pronunciation tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome NameShouts - Name Pronunciation tool NameShouts - Name Pronunciation tool
ID cfjmdoknapjfodjomjdldohemeiggmgo
URL Oficial https://chromewebstore.google.com/detail/nameshouts-name-pronuncia/cfjmdoknapjfodjomjdldohemeiggmgo
Descrição The most extensive name pronunciation tool that works with your favourite web apps.
Tamanho do Arquivo 792 KB
Contagem de Instalações 554
Versão Atual 2.3.4
Última Atualização 2024-02-07
Data de Publicação 2022-08-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://nameshouts.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://app2.nameshouts.com/
URL da Página de Política de Privacidade https://www.nameshouts.com/privacy-policy
Idiomas Suportados 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
    }
}