Capture by GLIDR

Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.

Capture by GLIDR란 무엇입니까?

Capture by GLIDR은(는) https://www.glidr.io/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Capture by GLIDR 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        All you have to do is highlight the text you want to save and we'll handle the heavy lifting! The extension will automatically create new Evidence, include your source link, and save all your highlighted text. Open it in GLIDR to connect it to product & business Ideas, Research or Experiments. Conducting robust product discovery has never been easier.

GATHER DATA QUICKLY
- Highlight text from any website in the extension
- Add tags easily before sending to GLIDR
- Send it to any one of your organizations and projects

ORGANIZE YOUR NEW EVIDENCE
- Evidence will be created with your text, source link, and tags
- Search through your Evidence in GLIDR by keyword or tag
- Easily add to or modify the text that you selected

CONNECT & SHARE
- Comment and tag teammates to discuss your Evidence
- Connect to your Ideas, Research, and Experiments during product discovery
- Rate your Evidence to evaluate its impact on your Ideas                    

확장 프로그램 기본 정보

이름 Capture by GLIDR Capture by GLIDR
ID aplpinjdedbhehbipebfibgoiieojjml
공식 URL https://chromewebstore.google.com/detail/capture-by-glidr/aplpinjdedbhehbipebfibgoiieojjml
설명 Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.
파일 크기 1.73 MB
설치 횟수 414
현재 버전 0.9.4
최근 업데이트 2022-11-17
출시 날짜 2019-03-21
평점 5.00/5 총 3 개의 평점
개발자 https://www.glidr.io/
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.glidr.io/
개인정보 보호 정책 페이지 URL https://www.glidr.io/fine-print
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Capture by GLIDR",
    "description": "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.",
    "version": "0.9.4",
    "icons": {
        "16": "images\/glidr-icon-16.png",
        "48": "images\/glidr-icon-48.png",
        "128": "images\/glidr-icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Capture by GLIDR",
        "default_popup": "popupIndex.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*.local.glidr.io\/*",
        "https:\/\/*.testing.glidr.io\/*",
        "https:\/\/*.staging.glidr.io\/*",
        "https:\/\/*.passive.glidr.io\/*",
        "https:\/\/*.glidr.io\/*",
        "tabs",
        "activeTab"
    ]
}