Whatis

Highlights and shows definitions for content added via your team's Whatis bot

Whatis란 무엇입니까?

Whatis은(는) https://getwhatis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights and shows definitions for content added via your team's Whatis bot"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        *Whatis for Chrome requires a valid Slack account* 

Do more with your company knowledge with Whatis for Chrome.

Whatis for Chrome is a powerful collaborative glossary for your team's terminology, acronyms, jargon, project names, and more.

Bring your company's shared context into the tools you use the most.

No need to direct message or video chat your colleague to understand what something means. Get your team's shared context right in Chrome!

- Highlight key terms on any webpage get the definition and other contextual information
- Bring live data into your workflows to drive decision making
- Search your team's Whatis database from anywhere
- Seamlessly create new terms for your team

Trusted by hundreds of the world's innovative companies like Databricks, Divvy, Prodigy Education, Simply Business, UK Government, and more.

"As a fast-growing company, Whatis has helped keep our employees feeling empowered to contribute to an ever-adapting organization."

- Jennie Hertzler, People Operations at Divvy

"At Simply Business, we have a lot of acronyms, system names, terminology, project names. Whatis has helped make our information accessible, create a shared understanding of our language, onboard new joiners, and keep our information up-to-date."

- Sian East, Technical Writer at Simply Business                    

확장 프로그램 기본 정보

이름 Whatis Whatis
ID ohdacedgabcflknkmkoiojdgdgbkdeeb
공식 URL https://chromewebstore.google.com/detail/whatis/ohdacedgabcflknkmkoiojdgdgbkdeeb
설명 Highlights and shows definitions for content added via your team's Whatis bot
파일 크기 3.5 MB
설치 횟수 46
현재 버전 0.3.11
최근 업데이트 2022-02-18
출시 날짜 2021-10-29
평점 5.00/5 총 2 개의 평점
개발자 https://getwhatis.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://getwhatis.com
도움말 페이지 URL https://www.getwhatis.com/faq
개인정보 보호 정책 페이지 URL https://www.getwhatis.com/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatis",
    "manifest_version": 2,
    "version": "0.3.11",
    "description": "Highlights and shows definitions for content added via your team's Whatis bot",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "webNavigation",
        "notifications",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "192": "icon192.png"
        }
    },
    "icons": {
        "192": "icon192.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src https:\/\/whatis-slack-prod.herokuapp.com https:\/\/api.getwhatis.com  https:\/\/whatis-file-attachments-bcc272c.s3.amazonaws.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOL34G\/F+HADipqzyx635YrGk2tzEH7dDfqzCwv2akU2bw708IgdsGA6MVk93J0Z7XYVlRMvl\/9RFdQntOAo3k2OrbMocsxvm4N6r\/tRpAHFiMK43zFNE2kBwXk7fibKzeEGoeSXUM\/acfYeiNi2syFDpua2Rda83c7ocOfOszxxa83XUVaw68bLkR4SKZyqNvKstLJoVCI8RpK2xQbN5S0ZJDls2LdkO+stqaWRlhwhI0m3\/M8iND1x6GwZsVFUGt7wdo0raLp5l\/KKHDPMfclRygpvH+k2u8Er52Sbbp3h3Ae6v9hx11SIQAMMmleufAs1rmQJyTuAzPvV2MGaGwIDAQAB",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "sidebarPageContainer.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.woff",
        "*.woff2",
        "*.png",
        "*.svg",
        "*.jpg",
        "*.gif",
        "*.js",
        "*.html",
        "*.css"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getwhatis.com\/*"
        ]
    },
    "commands": {
        "sidebar-toggle-open": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open or close extension sidebar."
        }
    }
}