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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Seismic
ID lfendnpddepkibhcchpdjgheapdmgelc
官方網址 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": [
        ""
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "history",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.staging.obie.ai\/*",
        "https:\/\/*.obie.ai\/*",
        "https:\/\/*.staging.knowledge.lessonly.com\/*",
        "https:\/\/*.knowledge.lessonly.com\/*",
        "https:\/\/*.knowledge-qa.seismic-dev.com\/*",
        "https:\/\/*.knowledge.seismic.com\/*"
    ]
}