Dictation for Gmail

Dictate messages in Gmail™. Why type, when you can speak?

Dictation for Gmail क्या है?

Dictation for Gmail https://dictation.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dictate messages in Gmail™. Why type, when you can speak?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dictation for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Open a new message (or reply to an existing one), click the Microphone icon located to the right of the Send button. Dictate your message in any of the supported 60 languages!

---

Do you have feedback? Please leave a comment here, or reach out to us directly:

[email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Dictation for Gmail Dictation for Gmail
ID eggdmhdpffgikgakkfojgiledkekfdce
आधिकारिक URL https://chromewebstore.google.com/detail/dictation-for-gmail/eggdmhdpffgikgakkfojgiledkekfdce
विवरण Dictate messages in Gmail™. Why type, when you can speak?
फ़ाइल का आकार 73.02 KB
स्थापना संख्या 170,339
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-01-24
प्रकाशन तिथि 2019-09-11
रेटिंग 3.64/5 कुल 225 रेटिंग्स
डेवलपर https://dictation.tools
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.dictation.tools/privacy.html
समर्थित भाषाएँ en,en-GB,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Greg Sadetsky",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Dictation",
    "default_locale": "en",
    "version": "1.0.9",
    "icons": {
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "styles.css",
        "extension.js",
        "arrow_drop_down_black_20dp.png",
        "icon-record-24px.svg",
        "icon-lang-options-18px.svg",
        "icon-menu-shortcuts-20px.svg",
        "icon-menu-feedback-20px.svg",
        "icon-restart-24px.svg",
        "templates\/dictation_controls.html",
        "templates\/lang_menu.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.amplitude.com; object-src 'self'",
    "permissions": [
        "storage",
        "*:\/\/mail.google.com\/*"
    ]
}