Super Audio

Record audio snippets in your browser!

Qu'est-ce que Super Audio ?

Super Audio est une extension Chrome développée par http://detailed.com, et sa fonction principale est "Record audio snippets in your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Super Audio

Téléchargez les fichiers d'extension Super Audio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Record voice messages straight from Google Chrome at the click of a button.

Introduce new users to your membership websites. Save your hands from typing. Interact with potential customers in a new way.

If it ever makes sense to speak rather than type, Super Audio has you covered.

Once you've finished recording, the file is automatically uploaded and copied to your clipboard for easy sharing.                    

Informations de Base sur l'Extension

Nom Super Audio Super Audio
ID linccabingojcfoeenkkicpndhpnfejm
URL Officiel https://chrome.google.com/webstore/detail/super-audio/linccabingojcfoeenkkicpndhpnfejm
Description Record audio snippets in your browser!
Taille du Fichier 313 KB
Nombre d'Installations 14
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-04-26
Date de Publication 2020-04-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://detailed.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Samir",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/128.png"
        },
        "default_title": "Detailed Audio"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "notifications",
        "activeTab",
        "clipboardWrite"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}