Glean.ly - Quick Fact

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

What is Glean.ly - Quick Fact?

Glean.ly - Quick Fact is a Chrome extension developed by daniel.pidcock, and its main feature is "Browser Tool for quick adding facts to you Glean.ly experiments.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Glean.ly - Quick Fact Extension CRX File

Download Glean.ly - Quick Fact extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Glean.ly - Quick Fact Glean.ly - Quick Fact
ID nbckmikdnpbccdnffjacnpapofmhefdn
Official URL https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn
Description Browser Tool for quick adding facts to you Glean.ly experiments.
File Size 1.03 MB
Installation Count 133
Current Version 2.0.0
Last Updated 2023-09-06
Publish Date 2021-06-29
Developer daniel.pidcock
Email [email protected]
Payment Type free
Extension Website https://glean.ly
Help Page URL https://glean.ly
Privacy Policy Page URL https://glean.ly/privacy
Supported Languages 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\/*"
        ]
    }
}