Talk and Comment - Voice notes anywhere

Make voice notes and comments on any site!

Cos'è Talk and Comment - Voice notes anywhere?

Talk and Comment - Voice notes anywhere è un'estensione di Chrome sviluppata da https://talkandcomment.com, e la sua funzione principale è "Make voice notes and comments on any site!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Talk and Comment - Voice notes anywhere

Scarica i file di estensione Talk and Comment - Voice notes anywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Collaborate with your voice, anywhere on the web.

Talk&Comment lets you create voice notes inside any service on the web, including Google Docs, Google Classroom, Twitter, Facebook comments, Gmail, YouTube, Reddit, Slack, and more!

Simply record your voice from the widget inside your browser, and paste the generated voice link anywhere you want.                    

Informazioni di Base sull'Estensione

Nome Talk and Comment - Voice notes anywhere Talk and Comment - Voice notes anywhere
ID djnhkfljnimcpelfndpcjcgngmefaobl
URL Ufficiale https://chromewebstore.google.com/detail/talk-and-comment-voice-no/djnhkfljnimcpelfndpcjcgngmefaobl
Descrizione Make voice notes and comments on any site!
Dimensione del File 609 KB
Conteggio Installazioni 400,000
Versione Corrente 1.3.3
Ultimo Aggiornamento 2020-06-01
Data di Pubblicazione 2020-06-01
Valutazione 4.10/5 Totale 5792 Valutazioni
Sviluppatore https://talkandcomment.com
Tipo di Pagamento free
Sito Web dell'Estensione http://talkandcomment.com
URL della Pagina di Aiuto https://www.facebook.com/talkandcomment
Lingue Supportate en,fr,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Talk&Comment",
    "default_locale": "en",
    "version": "1.3.3",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "sound\/start.wav",
        "sound\/stop.wav",
        "sound\/error.wav",
        "images\/tac-logo-v2.svg"
    ],
    "homepage_url": "https:\/\/talkandcomment.com",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "tooltip.js",
                "FBPlayer\/FBPlayer.js",
                "content-v2.js"
            ],
            "css": [
                "tac-style-v2.css",
                "FBPlayer\/FBPlayer.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}