Talla

Seamlessly create and access your Talla intelligent knowledge base

Talla란 무엇입니까?

Talla은(는) services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly create and access your Talla intelligent knowledge base"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Talla 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Talla Talla
ID fjlfajpagjaablfiegjcbnogoghobggh
공식 URL https://chromewebstore.google.com/detail/talla/fjlfajpagjaablfiegjcbnogoghobggh
설명 Seamlessly create and access your Talla intelligent knowledge base
파일 크기 2.75 MB
설치 횟수 749
현재 버전 0.0.61
최근 업데이트 2023-08-17
출시 날짜 2020-06-30
개발자 services
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.talla.com
도움말 페이지 URL https://help.talla.com
개인정보 보호 정책 페이지 URL http://www.talla.com/privacy
지원되는 언어 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"
    ]
}