Talla

Seamlessly create and access your Talla intelligent knowledge base

Talla là gì?

Talla là một tiện ích mở rộng Chrome được phát triển bởi services, và tính năng chính của nó là "Seamlessly create and access your Talla intelligent knowledge base".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Talla 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

                        Stop switching tasks just to search for information. Use Talla’s Chrome extension to immediately access the information you need without leaving the page you’re on. And with Talla, you know that your information is always accurate, up-to-date, and relevant. 

Add information to your knowledge base from anywhere 
Information lives everywhere, but that doesn’t mean it needs to be difficult to create a single source of truth. Adding knowledge to Talla is easy -- simply highlight the text and save it. When employees want to access that information, they can via the Chrome extension or chatbot. 

Integrate with your existing systems 
Integrate Talla with Github, Jira, Gmail, and more. With automatic question detection, Talla can proactively find and suggest answers while you work. Simply enable this feature in Settings to get started.                    

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

Tên Talla Talla
ID fjlfajpagjaablfiegjcbnogoghobggh
URL Chính Thức https://chromewebstore.google.com/detail/talla/fjlfajpagjaablfiegjcbnogoghobggh
Mô tả Seamlessly create and access your Talla intelligent knowledge base
Kích Thước Tệp 2.75 MB
Số Lần Cài Đặt 749
Phiên Bản Hiện Tại 0.0.61
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2020-06-30
Nhà Phát Triển services
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.talla.com
URL Trang Trợ Giúp https://help.talla.com
URL Trang Chính Sách Bảo Mật http://www.talla.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "style-src 'unsafe-inline' https:\/\/*.typekit.net; font-src data: https:\/\/*.typekit.net; frame-src 'self' https:\/\/*.talla.com https:\/\/*.talla.io; script-src 'self' 'sha256-qlJpq3wIxzCbSrgEqjSxZsGtvQcGROVrptyPESw26wU='; object-src 'self' https:\/\/*.talla.com https:\/\/*.talla.io; default-src 'self' https:\/\/sentry.io https:\/\/*.talla.com https:\/\/*.talla.io https:\/\/*.amazonaws.com https:\/\/avatars.slack-edge.com; connect-src 'self' wss:\/\/*.talla.io wss:\/\/*.talla.com https:\/\/*.talla.com https:\/\/*.talla.io https:\/\/*.amazonaws.com https:\/\/sentry.io; img-src 'self' * data:;",
    "name": "Talla",
    "short_name": "Talla",
    "description": "Seamlessly create and access your Talla intelligent knowledge base",
    "version": "0.0.61",
    "author": "Talla Inc",
    "omnibox": {
        "keyword": "talla"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.zendesk.com\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.helpscout.net\/*"
            ],
            "js": [
                "vendor.js",
                "design.js",
                "content.js",
                "console.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "128": "icon.png",
        "32": "icon32.png"
    },
    "permissions": [
        "https:\/\/*.talla.io\/",
        "https:\/\/assistant.talla.com\/",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "console.css",
        "vendor.css",
        "design.css",
        "iframe_loader.html",
        "lato.woff"
    ]
}