Fundamento

The micro learning extension

Fundamento là gì?

Fundamento là một tiện ích mở rộng Chrome được phát triển bởi https://fundamento.ai, và tính năng chính của nó là "The micro learning extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fundamento

Tải xuống các tệp mở rộng Fundamento dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fundamento Fundamento
ID kkgeifpliggmfchfjbeahdmefgopaigo
URL Chính Thức https://chromewebstore.google.com/detail/fundamento/kkgeifpliggmfchfjbeahdmefgopaigo
Mô tả The micro learning extension
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2023-05-01
Nhà Phát Triển https://fundamento.ai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}