Glean.ly - Quick Fact
Browser Tool for quick adding facts to you Glean.ly experiments.
Cos'è Glean.ly - Quick Fact?
Glean.ly - Quick Fact è un'estensione di Chrome sviluppata da daniel.pidcock, e la sua funzione principale è "Browser Tool for quick adding facts to you Glean.ly experiments.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Glean.ly - Quick Fact
Scarica i file di estensione Glean.ly - Quick Fact in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | nbckmikdnpbccdnffjacnpapofmhefdn |
| URL Ufficiale | https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn |
| Descrizione | Browser Tool for quick adding facts to you Glean.ly experiments. |
| Dimensione del File | 1.03 MB |
| Conteggio Installazioni | 133 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2023-09-06 |
| Data di Pubblicazione | 2021-06-29 |
| Sviluppatore | daniel.pidcock |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://glean.ly |
| URL della Pagina di Aiuto | https://glean.ly |
| URL della Pagina della Politica sulla Privacy | https://glean.ly/privacy |
| Lingue Supportate | 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\/*"
]
}
} | |