Parrot AI

Perfect memory paired with an amazing AI assistant

Τι είναι το Parrot AI;

Το Parrot AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://parrot.ai, και η κύρια λειτουργία του είναι "Perfect memory paired with an amazing AI assistant".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Parrot AI

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

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

                        Parrot AI is an AI knowledge space for teams. We record and transcribe meetings, transforming them into knowledge that can be applied across your business. The Parrot AI Chrome extension automatically detects ongoing meetings and allows Parrot AI to join and record the notes.

Parrot AI was built by a team of security industry veterans. Security, privacy and governance has been designed in from the start.
With Parrot AI, your data remains your data. We never share it or train our AI model on it.

Check out Parrot AI for free at https://parrot.ai

- Know everything your team and organization knows.

  Parrot AI intelligently captures and organizes conversational knowledge from Zoom, Google Meet, Microsoft Teams, Webex, screen recordings and more. Our AI assistant prepares meeting summaries organized by topic and potential action items.

- Do your best work with an AI thought partner by your side.

  Parrot AI organizes your knowledge in video-rich, editable pages. Like a helpful colleague, Chat AI can brainstorm ideas with you and draft follow-up emails, proposals, user stories, research reports and more.

- Find what you need to know, when you need to know it.

  Our AI-assisted search finds matches effortlessly and summarizes the conversation, giving you the context you need to understand what you are seeing, hearing and reading.

- Leverage AI safely and responsibly.

  Built by a team of security industry veterans, Parrot AI has security, privacy and governance designed in from the start. Your data is your data. We never share it or train our AI model on it.                    

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

Όνομα Parrot AI Parrot AI
ID kppjofpnkkgfmfiboohkkclijceoibfk
Επίσημο URL https://chromewebstore.google.com/detail/parrot-ai/kppjofpnkkgfmfiboohkkclijceoibfk
Περιγραφή Perfect memory paired with an amazing AI assistant
Μέγεθος Αρχείου 924 KB
Αριθμός Εγκαταστάσεων 3,037
Τρέχουσα Έκδοση prod-2024.40.0
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2023-06-29
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://parrot.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://parrot.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://parrot.ai/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.parrot.ai/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/verifyIsInstalled.js-loader-a142b6db.js",
                "assets\/main.js-loader-a2fbe5d5.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "assets\/runtimeContext-642cb014.css",
                "assets\/JoinButton-28ca01ad.css"
            ]
        },
        {
            "js": [
                "assets\/verifyIsInstalled.js-loader-a142b6db.js",
                "assets\/main.js-loader-260dd5c0.js"
            ],
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ],
            "all_frames": true,
            "css": [
                "assets\/runtimeContext-642cb014.css",
                "assets\/JoinButton-28ca01ad.css"
            ]
        },
        {
            "js": [
                "assets\/verifyIsInstalled.js-loader-a142b6db.js",
                "assets\/main.js-loader-ced871f9.js"
            ],
            "matches": [
                "https:\/\/*.webex.com\/*"
            ],
            "css": [
                "assets\/runtimeContext-642cb014.css",
                "assets\/JoinButton-28ca01ad.css",
                "assets\/main-5610cefb.css"
            ]
        },
        {
            "js": [
                "assets\/verifyIsInstalled.js-loader-a142b6db.js",
                "assets\/main.js-loader-706c85f7.js"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoom.com\/*",
                "https:\/\/zoomgov.us\/*"
            ],
            "css": [
                "assets\/runtimeContext-642cb014.css",
                "assets\/JoinButton-28ca01ad.css"
            ]
        },
        {
            "js": [
                "assets\/verifyIsInstalled.js-loader-a142b6db.js",
                "assets\/main.js-loader-603d469c.js"
            ],
            "matches": [
                "https:\/\/app.parrot.ai\/*"
            ]
        }
    ],
    "description": "Perfect memory paired with an amazing AI assistant",
    "host_permissions": [
        "https:\/\/app.parrot.ai\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/teams.microsoft.com\/*",
        "https:\/\/*.webex.com\/*",
        "https:\/\/*.zoom.us\/*",
        "https:\/\/*.zoom.com\/*",
        "https:\/\/zoomgov.us\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "name": "Parrot AI",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.zoom.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/zoomgov.us\/*"
            ],
            "resources": [
                "src\/assets\/**\/*",
                "assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "resources": [
                "assets\/message-fa258d09.js",
                "assets\/verifyIsInstalled.js-2ddc927d.js",
                "assets\/runtimeContext-6cb6ec98.js",
                "assets\/JoinButton-9ab2bcb3.js",
                "assets\/waitFor-14ac85bd.js",
                "assets\/syncWithBackground-7b74b2ce.js",
                "assets\/invokeBackgroundMethod-b2fe7080.js",
                "assets\/activity-b72b24bf.js",
                "assets\/main.js-798fb4c4.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ],
            "resources": [
                "assets\/runtimeContext-6cb6ec98.js",
                "assets\/message-fa258d09.js",
                "assets\/JoinButton-9ab2bcb3.js",
                "assets\/waitFor-14ac85bd.js",
                "assets\/syncWithBackground-7b74b2ce.js",
                "assets\/invokeBackgroundMethod-b2fe7080.js",
                "assets\/activity-b72b24bf.js",
                "assets\/main.js-b73e68b0.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.webex.com\/*"
            ],
            "resources": [
                "assets\/runtimeContext-6cb6ec98.js",
                "assets\/message-fa258d09.js",
                "assets\/JoinButton-9ab2bcb3.js",
                "assets\/waitFor-14ac85bd.js",
                "assets\/syncWithBackground-7b74b2ce.js",
                "assets\/invokeBackgroundMethod-b2fe7080.js",
                "assets\/activity-b72b24bf.js",
                "assets\/main.js-25c42e5a.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.zoom.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.us\/*"
            ],
            "resources": [
                "assets\/runtimeContext-6cb6ec98.js",
                "assets\/message-fa258d09.js",
                "assets\/JoinButton-9ab2bcb3.js",
                "assets\/waitFor-14ac85bd.js",
                "assets\/syncWithBackground-7b74b2ce.js",
                "assets\/invokeBackgroundMethod-b2fe7080.js",
                "assets\/activity-b72b24bf.js",
                "assets\/main.js-9fdfbc4e.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/app.parrot.ai\/*"
            ],
            "resources": [
                "assets\/message-fa258d09.js",
                "assets\/invokeBackgroundMethod-b2fe7080.js",
                "assets\/syncWithBackground-7b74b2ce.js",
                "assets\/main.js-a1ce3296.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "version": "2024.40.0",
    "version_name": "prod-2024.40.0"
}