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 |
公式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/ |
Eメール | [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" ] } |