Seismic

Get the content you need, where you need it, instantly.

Seismic là gì?

Seismic là một tiện ích mở rộng Chrome được phát triển bởi Seismic, và tính năng chính của nó là "Get the content you need, where you need it, instantly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seismic

Tải xuống các tệp mở rộng Seismic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seismic Seismic
ID lfendnpddepkibhcchpdjgheapdmgelc
URL Chính Thức https://chromewebstore.google.com/detail/seismic/lfendnpddepkibhcchpdjgheapdmgelc
Mô tả Get the content you need, where you need it, instantly.
Kích Thước Tệp 33.77 KB
Số Lần Cài Đặt 12,183
Phiên Bản Hiện Tại 1.0.31
Cập Nhật Lần Cuối 2023-07-14
Ngày Phát Hành 2020-07-02
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Seismic
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://intercom.help/lessonly/?utm_source=google&utm_medium=affiliate&utm_campaign=chrome-web-store
URL Trang Chính Sách Bảo Mật https://seismic.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}