Voiceline for Chrome

Chrome Extension that allows you to create VoiceLines wherever you are and drop them where you need them

Τι είναι το Voiceline for Chrome;

Το Voiceline for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VoiceLine, και η κύρια λειτουργία του είναι "Chrome Extension that allows you to create VoiceLines wherever you are and drop them where you need them".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Voiceline for Chrome

Λήψη αρχείων επέκτασης Voiceline for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        VoiceLine is an asynchronous voice collaboration hub for work. Our unique hybrid mode joins the best of both worlds: fast and easy voice communication and easy-to-read text transcription.

Use VoiceLine to work and communicate faster with your colleagues, clients and business contacts while being much more personal, and free your schedule from ineffective video meetings by dropping an asynchronous VoiceLine when the timing is right for you.

Our Chrome Extension allows you to record VoiceLines from any place within your browsing experience and capture the thoughts that fit your on-demand needs. Share your VoiceLines across tools by copying and pasting a link in any cloud solution or website you wish. You can also play any VoiceLine you encounter right on the page you're working in, maintaining full control over your workplace.

Explore our best practices, such as enabling smart voice communication across your existing communication tools like Microsoft Teams or Slack, introduce personalised and in-depth feedback within your collaboration tools like Jira, Asana, or the Google Suite, or simply reach out to your network from within your social networks like LinkedIn!

Let us know what works best for you!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Voiceline for Chrome Voiceline for Chrome
ID fnbobniaggkdclhfekhoajnpnbdaldbf
Επίσημο URL https://chromewebstore.google.com/detail/voiceline-for-chrome/fnbobniaggkdclhfekhoajnpnbdaldbf
Περιγραφή Chrome Extension that allows you to create VoiceLines wherever you are and drop them where you need them
Μέγεθος Αρχείου 2 MB
Αριθμός Εγκαταστάσεων 215
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2023-09-06
Ημερομηνία Δημοσίευσης 2021-09-23
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής VoiceLine
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.getvoiceline.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.getvoiceline.com/Install-Chrome-extension-cdb64e5afe9c48a495f7c5094dce7574
URL της Σελίδας Πολιτικής Απορρήτου https://www.getvoiceline.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voiceline for Chrome",
    "description": "Chrome Extension that allows you to create VoiceLines wherever you are and drop them where you need them",
    "manifest_version": 3,
    "version": "1.2.5",
    "icons": {
        "16": "Icon_16x16.png",
        "32": "Icon_48x48.png",
        "128": "Icon_128x128.png"
    },
    "action": {
        "default_icon": "Icon_128x128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.getvoiceline.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.getvoiceline.com\/*"
            ],
            "include_globs": [
                "*getvoiceline.com\/*"
            ],
            "js": [
                "permission.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "viralload.js"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "googleDocs_vl.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "emailButton.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.getvoiceline.com\/*",
        "https:\/\/.getvoiceline.com\/"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/images\/*.svg",
                "assets\/css\/*.css",
                "assets\/css\/fonts\/*\/*",
                "assets\/fonts\/*.*",
                "assets\/audio\/*.*",
                "assets\/animations\/*.*",
                "css\/*.css",
                "permission.html",
                "mic.js",
                "workletProcessor.js",
                "copy.html",
                "*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "googleDocs_vl.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "resources": [
                "emailButton.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}