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/ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture data from across the web to validate your product ideas and save it as Evidence in your GLIDR project."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Capture by GLIDR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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