Glean.ly - Quick Fact

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

Glean.ly - Quick Fact란 무엇입니까?

Glean.ly - Quick Fact은(는) daniel.pidcock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Tool for quick adding facts to you Glean.ly experiments."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Glean.ly - Quick Fact 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Glean.ly - Quick Fact Glean.ly - Quick Fact
ID nbckmikdnpbccdnffjacnpapofmhefdn
공식 URL https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn
설명 Browser Tool for quick adding facts to you Glean.ly experiments.
파일 크기 1.03 MB
설치 횟수 133
현재 버전 2.0.0
최근 업데이트 2023-09-06
출시 날짜 2021-06-29
개발자 daniel.pidcock
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://glean.ly
도움말 페이지 URL https://glean.ly
개인정보 보호 정책 페이지 URL https://glean.ly/privacy
지원되는 언어 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\/*"
        ]
    }
}