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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.glidr.io/ และคุณลักษณะหลักของมันคือ "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capture by GLIDR
ดาวน์โหลดไฟล์ส่วนขยาย 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/ |
อีเมล | [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" ] } |