NameShouts - Name Pronunciation tool

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

Что такое NameShouts - Name Pronunciation tool?

NameShouts - Name Pronunciation tool - это расширение Chrome, разработанное https://nameshouts.com, и его основная функция - "The most extensive name pronunciation tool that works with your favourite web apps.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения NameShouts - Name Pronunciation tool

Скачайте файлы расширений NameShouts - Name Pronunciation tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название NameShouts - Name Pronunciation tool NameShouts - Name Pronunciation tool
ID cfjmdoknapjfodjomjdldohemeiggmgo
Официальный URL https://chromewebstore.google.com/detail/nameshouts-name-pronuncia/cfjmdoknapjfodjomjdldohemeiggmgo
Описание The most extensive name pronunciation tool that works with your favourite web apps.
Размер файла 792 KB
Количество установок 554
Текущая Версия 2.3.4
Последнее Обновление 2024-02-07
Дата публикации 2022-08-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://nameshouts.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://app2.nameshouts.com/
URL страницы политики конфиденциальности https://www.nameshouts.com/privacy-policy
Поддерживаемые языки 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
    }
}