NameShouts - Name Pronunciation tool

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

Apa itu NameShouts - Name Pronunciation tool?

NameShouts - Name Pronunciation tool adalah ekstensi Chrome yang dikembangkan oleh https://nameshouts.com, dan fitur utamanya adalah "The most extensive name pronunciation tool that works with your favourite web apps.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NameShouts - Name Pronunciation tool

Unduh file ekstensi NameShouts - Name Pronunciation tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama NameShouts - Name Pronunciation tool NameShouts - Name Pronunciation tool
ID cfjmdoknapjfodjomjdldohemeiggmgo
URL Resmi https://chromewebstore.google.com/detail/nameshouts-name-pronuncia/cfjmdoknapjfodjomjdldohemeiggmgo
Deskripsi The most extensive name pronunciation tool that works with your favourite web apps.
Ukuran File 792 KB
Jumlah Instalasi 554
Versi Saat Ini 2.3.4
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2022-08-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://nameshouts.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://app2.nameshouts.com/
URL Halaman Kebijakan Privasi https://www.nameshouts.com/privacy-policy
Bahasa yang Didukung 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
    }
}