Fundamento

The micro learning extension

Co je Fundamento?

Fundamento je rozšíření Chrome vyvinuté https://fundamento.ai, a jeho hlavní funkcí je „The micro learning extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Fundamento

Stáhněte si soubory rozšíření Fundamento ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Fundamento helps companies drive frontline efficiency, save costs and achieve excellent business outcomes with generative AI. Fundamento unlocks excellent agent performance with an AI-driven virtual assistant called Yara.
Yara is built with Generative AI using an enterprise-grade tech stack from IBM and Google. Agents can get real-time, intelligent assistance to deliver faster and better outcomes. Agents can easily access company information, get trained in the flow of work, automate repetitive tasks, get real-time prompts during customer interactions and know exactly what to say to the customer.

Fundamento integrates with existing systems allowing Yara to offer unparalleled scale by empowering frontline teams across geographies using cutting-edge multilingual capabilities with inbuilt translation.
High-growth companies like Paisabazaar, Flipkart, Zomato, Absolute, and others have seen excellent results with Fundamento.                    

Základní Informace o Rozšíření

Název Fundamento Fundamento
ID kkgeifpliggmfchfjbeahdmefgopaigo
Oficiální URL https://chromewebstore.google.com/detail/fundamento/kkgeifpliggmfchfjbeahdmefgopaigo
Popis The micro learning extension
Velikost souboru 127 KB
Počet instalací 41
Aktuální Verze 1.21
Poslední Aktualizace 2023-08-02
Datum Vydání 2023-05-01
Vývojář https://fundamento.ai
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Fundamento",
    "name": "Fundamento",
    "description": "The micro learning extension",
    "version": "1.21",
    "manifest_version": 3,
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "action": []
}