Oneinsight Extension
Experience Oneinsight everywhere your workflow leads you
O que é Oneinsight Extension?
Oneinsight Extension é uma extensão do Chrome desenvolvida por https://oneinsight.io, e sua principal característica é "Experience Oneinsight everywhere your workflow leads you".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Oneinsight Extension
Baixe arquivos de extensão Oneinsight Extension 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
Experience OneInsight as extension to your Chrome Browser and access the intelligence of OneInsight everywhere your workflow takes you.
Informações Básicas da Extensão
Nome | Oneinsight Extension |
ID | kfkfoocoafbmfkkmmalbadcjhmbboaai |
URL Oficial | https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai |
Descrição | Experience Oneinsight everywhere your workflow leads you |
Tamanho do Arquivo | 376 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-11-24 |
Data de Publicação | 2020-06-10 |
Desenvolvedor | https://oneinsight.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://oneinsight.io |
URL da Página de Ajuda | https://docs.oneinsight.io |
URL da Página de Política de Privacidade | https://oneinsight.io/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Oneinsight Extension", "description": "Experience Oneinsight everywhere your workflow leads you", "version": "1.1.0", "options_page": "options\/options.html", "permissions": [ "tabs", "contextMenus", "notifications", "storage", "activeTab" ], "action": { "default_icon": "\/icons\/oneinsight-128x128.png", "default_title": "" }, "icons": { "16": "\/icons\/oneinsight-16x16.png", "48": "\/icons\/oneinsight-48x48.png", "128": "\/icons\/oneinsight-128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |