Capture by GLIDR
Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.
¿Qué es Capture by GLIDR?
Capture by GLIDR es una extensión de Chrome desarrollada por https://www.glidr.io/, y su función principal es "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Capture by GLIDR
Descarga archivos de extensión Capture by GLIDR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Capture by GLIDR |
ID | aplpinjdedbhehbipebfibgoiieojjml |
URL Oficial | https://chromewebstore.google.com/detail/capture-by-glidr/aplpinjdedbhehbipebfibgoiieojjml |
Descripción | Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project. |
Tamaño del Archivo | 1.73 MB |
Cantidad de Instalaciones | 414 |
Versión Actual | 0.9.4 |
Última Actualización | 2022-11-17 |
Fecha de Publicación | 2019-03-21 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://www.glidr.io/ |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.glidr.io/ |
URL de la Página de Política de Privacidad | https://www.glidr.io/fine-print |
Idiomas Soportados | 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" ] } |