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.”。
擴展截圖
下載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 |
ID | aplpinjdedbhehbipebfibgoiieojjml |
官方網址 | 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" ] } |