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ファイルをダウンロード
Seismic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |