Seismic
Get the content you need, where you need it, instantly.
Seismic란 무엇입니까?
Seismic은(는) Seismic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the content you need, where you need it, instantly."입니다.
확장 프로그램 스크린샷
Seismic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search Seismic from anywhere you work. The Seismic browser extension allows for quick, easy access to enablement materials. Bookmark content for faster reuse and share it without leaving your browser. No more clicking from app to app and context switching – get the content you need, where you need it, instantly. Seismic Premier customers or those specifically with the Seismic Knowledge add-on have additional benefits, including automated AI detection of natural language questions and verified, bite-sized answers. Source expertise from across your company; team members can up or down-vote answers to improve their relevance. Intelligent search functionality finds the content you’re looking for, no matter where it lives.
확장 프로그램 기본 정보
이름 | Seismic |
ID | lfendnpddepkibhcchpdjgheapdmgelc |
공식 URL | https://chromewebstore.google.com/detail/seismic/lfendnpddepkibhcchpdjgheapdmgelc |
설명 | Get the content you need, where you need it, instantly. |
파일 크기 | 33.77 KB |
설치 횟수 | 12,183 |
현재 버전 | 1.0.31 |
최근 업데이트 | 2023-07-14 |
출시 날짜 | 2020-07-02 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Seismic |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://intercom.help/lessonly/?utm_source=google&utm_medium=affiliate&utm_campaign=chrome-web-store |
개인정보 보호 정책 페이지 URL | https://seismic.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Seismic", "description": "Get the content you need, where you need it, instantly.", "version": "1.0.31", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/polyfill.js" ] } ], "action": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "externally_connectable": { "matches": [ "https:\/\/extension-staging.obie.ai\/*", "https:\/\/extension.obie.ai\/*", "https:\/\/obie.ngrok.io\/*", "https:\/\/*.obie.ai\/*", "https:\/\/*.staging.obie.ai\/*", "https:\/\/*.knowledge.lessonly.com\/*", "https:\/\/*.staging.knowledge.lessonly.com\/*", "https:\/\/*.knowledge-qa.seismic-dev.com\/*", "https:\/\/*.knowledge.seismic.com\/*" ] }, "commands": { "open": { "suggested_key": { "default": "Alt+Shift+O", "windows": "Alt+Shift+O", "mac": "Command+Shift+O", "linux": "Alt+Shift+O" }, "description": "Open Extension" } }, "optional_host_permissions": [ " |