Seismic

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

O que é Seismic?

Seismic é uma extensão do Chrome desenvolvida por Seismic, e sua principal característica é "Get the content you need, where you need it, instantly.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Seismic

Baixe arquivos de extensão Seismic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Seismic Seismic
ID lfendnpddepkibhcchpdjgheapdmgelc
URL Oficial https://chromewebstore.google.com/detail/seismic/lfendnpddepkibhcchpdjgheapdmgelc
Descrição Get the content you need, where you need it, instantly.
Tamanho do Arquivo 33.77 KB
Contagem de Instalações 12,183
Versão Atual 1.0.31
Última Atualização 2023-07-14
Data de Publicação 2020-07-02
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Seismic
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://intercom.help/lessonly/?utm_source=google&utm_medium=affiliate&utm_campaign=chrome-web-store
URL da Página de Política de Privacidade https://seismic.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}