Glean.ly - Quick Fact

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

Wat is Glean.ly - Quick Fact?

Glean.ly - Quick Fact is een Chrome-extensie ontwikkeld door daniel.pidcock, en de belangrijkste functie is "Browser Tool for quick adding facts to you Glean.ly experiments.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Glean.ly - Quick Fact

Download Glean.ly - Quick Fact-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Glean.ly - Quick Fact Glean.ly - Quick Fact
ID nbckmikdnpbccdnffjacnpapofmhefdn
Officiële URL https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn
Beschrijving Browser Tool for quick adding facts to you Glean.ly experiments.
Bestandsgrootte 1.03 MB
Aantal Installaties 133
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-09-06
Publicatiedatum 2021-06-29
Ontwikkelaar daniel.pidcock
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://glean.ly
Help Pagina-URL https://glean.ly
URL van de Privacybeleid Pagina https://glean.ly/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}