Glean.ly - Quick Fact

Browser Tool for quick adding facts to you Glean.ly experiments.

O que é Glean.ly - Quick Fact?

Glean.ly - Quick Fact é uma extensão do Chrome desenvolvida por daniel.pidcock, e sua principal característica é "Browser Tool for quick adding facts to you Glean.ly experiments.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Glean.ly - Quick Fact

Baixe arquivos de extensão Glean.ly - Quick Fact 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

                        Select text on any website and instantly add it to your Glean.ly UX repository - along with a link to the source - in just a click.

You will need a Glean.ly account to use this tool.

Privacy policy: https://glean.ly/privacy/                    

Informações Básicas da Extensão

Nome Glean.ly - Quick Fact Glean.ly - Quick Fact
ID nbckmikdnpbccdnffjacnpapofmhefdn
URL Oficial https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn
Descrição Browser Tool for quick adding facts to you Glean.ly experiments.
Tamanho do Arquivo 1.03 MB
Contagem de Instalações 133
Versão Atual 2.0.0
Última Atualização 2023-09-06
Data de Publicação 2021-06-29
Desenvolvedor daniel.pidcock
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://glean.ly
URL da Página de Ajuda https://glean.ly
URL da Página de Política de Privacidade https://glean.ly/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Glean.ly - Quick Fact",
    "description": "Browser Tool for quick adding facts to you Glean.ly experiments.",
    "version": "2.0.0",
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "favicon.png",
        "default_popup": "index.html",
        "default_title": "Open Glean.ly - Quick Fact"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/oauth.glean.ly\/*"
        ]
    }
}