Aimbly - Meeting assistant

Transform your Meetings from Chaos to Productivity with Meeting Assistant.

Τι είναι το Aimbly - Meeting assistant;

Το Aimbly - Meeting assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aimbly.co, και η κύρια λειτουργία του είναι "Transform your Meetings from Chaos to Productivity with Meeting Assistant.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Aimbly - Meeting assistant

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

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

                        Our Meeting Assistant extension is a powerful tool that helps business people (Entrepreneurs, Product People, etc) turn meeting chaos into productivity. Whether it's a time meeting, a client call, or a conference full of people, our app automatically summarizes and creates actionable items for you and your time.

With Meeting Assistant, you never have to worry about remembering what was discussed or who is responsible for what. Our extension is perfect for busy professionals who struggle to stay organized and focused on what really matters without wasting time on administrative tasks.                    

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

Όνομα Aimbly - Meeting assistant Aimbly - Meeting assistant
ID ilclibjadmngakfcofiellepocmelnao
Επίσημο URL https://chromewebstore.google.com/detail/aimbly-meeting-assistant/ilclibjadmngakfcofiellepocmelnao
Περιγραφή Transform your Meetings from Chaos to Productivity with Meeting Assistant.
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 810
Τρέχουσα Έκδοση 1.2.6
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2023-02-16
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://aimbly.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aimbly.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.aimbly.co/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://www.aimbly.co/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.2.6",
    "author": "rafaelcamara",
    "name": "Aimbly - Meeting assistant",
    "description": "Transform your Meetings from Chaos to Productivity with Meeting Assistant.",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aimbly.co\/*"
            ],
            "js": [
                "authentication.6a3455c4.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.aimbly.co\/*"
            ],
            "js": [
                "aimbly.127bae26.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "meets.32dae94a.js"
            ],
            "exclude_matches": [
                "*:\/\/meet.google.com\/",
                "*:\/\/meet.google.com\/call*",
                "*:\/\/meet.google.com\/?*",
                "*:\/\/meet.google.com\/_*"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/vendor\/inject.js",
                "\/src\/vendor\/protobufjs.js",
                "\/src\/vendor\/inject.js",
                "\/src\/vendor\/authentication.js",
                "\/src\/vendor\/injectAimbly.js",
                "\/src\/vendor\/googleMeets.js",
                "\/src\/vendor\/googleFetch.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/aimbly.co\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aimbly.co\/*"
            ],
            "resources": [
                "authentication.1c600470.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aimbly.co\/*"
            ],
            "resources": [
                "injectAimbly.e6e05834.js"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "resources": [
                "inject.f6935ce4.js",
                "meets.19f980a7.png"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}