Glean.ly - Quick Fact
Browser Tool for quick adding facts to you Glean.ly experiments.
Vad är Glean.ly - Quick Fact?
Glean.ly - Quick Fact är en Chrome-tillägg utvecklad av daniel.pidcock, och dess huvudfunktion är "Browser Tool for quick adding facts to you Glean.ly experiments.".
Tilläggsskärmbilder
Ladda ner Glean.ly - Quick Fact-förlängningens CRX-fil
Ladda ner Glean.ly - Quick Fact-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | nbckmikdnpbccdnffjacnpapofmhefdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn |
| Beskrivning | Browser Tool for quick adding facts to you Glean.ly experiments. |
| Filstorlek | 1.03 MB |
| Antal Installationer | 133 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2023-09-06 |
| Publiceringsdatum | 2021-06-29 |
| Utvecklare | daniel.pidcock |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://glean.ly |
| Hjälpsida URL | https://glean.ly |
| URL till Sekretesspolicy Sidan | https://glean.ly/privacy |
| Stödda Språk | 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\/*"
]
}
} | |