Looppanel - Record & Transcribe Video

Automatically record & transcribe Google Meet & Zoom calls

Τι είναι το Looppanel - Record & Transcribe Video;

Το Looppanel - Record & Transcribe Video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Team Looppanel, και η κύρια λειτουργία του είναι "Automatically record & transcribe Google Meet & Zoom calls".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Looppanel - Record & Transcribe Video

Λήψη αρχείων επέκτασης Looppanel - Record & Transcribe Video σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Looppanel automatically records & transcribes Google Meet & Zoom calls for you. 
Stop re-watching, re-reading, re-living user calls.
No more hunting for answers in your transcripts. Let our AI highlight them for you.                    

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

Όνομα Looppanel - Record & Transcribe Video Looppanel - Record & Transcribe Video
ID bbkpjihammbgidagedcmomadncfbofnb
Επίσημο URL https://chromewebstore.google.com/detail/looppanel-record-transcri/bbkpjihammbgidagedcmomadncfbofnb
Περιγραφή Automatically record & transcribe Google Meet & Zoom calls
Μέγεθος Αρχείου 3.17 MB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 0.1.10
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2023-01-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Team Looppanel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.looppanel.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.looppanel.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.10",
    "short_name": "Looppanel - Record & Transcribe Video",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA32H8wGN4zMPs5shiXF3pwQi4eAc1LErywXhU\/bPJspw6K8wnDa+QTlTqNXLnKgDRdtNdD5ivlYabXivSsqHgbekUlGAbFN3it8E9BWpEpUpED1xfphFV9ZkFwOJ2V7bA8rF6USWmrRPs+Lrp58biew+tlnKBuPvm1dtnb1A3Y63R1pUNh\/eAKtMDBbURGyxfA7ozsDM8hDuuVOISX5Hby6IGHuSsMc\/Hx\/22Uo1vUOMNGERc0ZXebUOwRDJJFcYIQdYaEYYM\/\/jbfmpXXwbtNUEMVvB5kOaCpY3IuyWGA5E6N+sxiAUqFmJBl+Yj1QoKWyuaXcviHPhe6QN8W8QJvQIDAQAB",
    "name": "Looppanel - Record & Transcribe Video",
    "description": "Automatically record & transcribe Google Meet & Zoom calls",
    "action": {
        "default_title": "Looppanel - Record & Transcribe Video"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "img\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/loop-icon-16.png",
        "48": "img\/loop-icon-48.png",
        "128": "img\/loop-icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "system.display",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/api.recall.ai https:\/\/us-central1-poc-project-309214.cloudfunctions.net https:\/\/cdn.segment.com"
    },
    "oauth2": {
        "client_id": "206823708291-t20f3thebgul7c2t25ombr3qaufrh26e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}