Glean.ly - Quick Fact
Browser Tool for quick adding facts to you Glean.ly experiments.
Was ist Glean.ly - Quick Fact?
Glean.ly - Quick Fact ist eine Chrome-Erweiterung, die von daniel.pidcock entwickelt wurde, und ihr Hauptmerkmal ist "Browser Tool for quick adding facts to you Glean.ly experiments.".
Erweiterungsscreenshots
Glean.ly - Quick Fact-Erweiterungs-CRX-Datei herunterladen
Laden Sie Glean.ly - Quick Fact-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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/                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | nbckmikdnpbccdnffjacnpapofmhefdn | 
| Offizielle URL | https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn | 
| Beschreibung | Browser Tool for quick adding facts to you Glean.ly experiments. | 
| Dateigröße | 1.03 MB | 
| Installationsanzahl | 133 | 
| Aktuelle Version | 2.0.0 | 
| Letztes Update | 2023-09-06 | 
| Veröffentlichungsdatum | 2021-06-29 | 
| Entwickler | daniel.pidcock | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://glean.ly | 
| Hilfeseite URL | https://glean.ly | 
| URL der Datenschutzrichtlinien-Seite | https://glean.ly/privacy | 
| Unterstützte Sprachen | 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\/*"
        ]
    }
}  |  |