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文件

下载Capture by GLIDR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}