Web Collector for MAXQDA

Collect web pages to analyze in MAXQDA

Web Collector for MAXQDA क्या है?

Web Collector for MAXQDA www.maxqda.com VERBI Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect web pages to analyze in MAXQDA"।

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

screenshot

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

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

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

                        Quickly and easily collect entire web pages to import and analyze in the qualitative data analysis software MAXQDA 2022 and 2020.
(For older versions of MAXQDA, use "Web Collector for MAXQDA 2018 and 12" instead).

Features of the Web Collector for MAXQDA:
- Collect web pages in their original format or as simplified web pages
- The original web source and the collection date are automatically stored in a memo
- Add your own notes to the web pages during the collection
- Web pages are imported into MAXQDA as PDFs or images
- Simplified web pages are imported into MAXQDA as PDFs or text documents
- Choose to include or ignore images in simplified web pages
- For best results, consider using an ad blocker to remove ads from the webpages before collecting them


MAXQDA is a world-leading software package for qualitative and mixed methods research. Analyze all kinds of data – from texts to images and audio/video files, websites, tweets, focus group discussions, survey responses, and much more. Developed by and for researchers, MAXQDA is at once powerful and easy-to-use, innovative and user-friendly, as well as the only leading QDA software that is 100% identical on Windows and Mac.

Learn more at: www.maxqda.com                    

एक्सटेंशन की मूल जानकारी

नाम Web Collector for MAXQDA Web Collector for MAXQDA
ID jhnochbooihpgjbgcjlpihaefoehlakd
आधिकारिक URL https://chromewebstore.google.com/detail/web-collector-for-maxqda/jhnochbooihpgjbgcjlpihaefoehlakd
विवरण Collect web pages to analyze in MAXQDA
फ़ाइल का आकार 371 KB
स्थापना संख्या 6,280
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-12-13
प्रकाशन तिथि 2020-07-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर www.maxqda.com VERBI Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.maxqda.com
सहायता पृष्ठ URL https://www.maxqda.com/webcollector
गोपनीयता नीति पृष्ठ URL https://www.maxqda.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Collector for MAXQDA",
    "description": "Collect web pages to analyze in MAXQDA",
    "version": "3.0.0",
    "version_name": "3.0.0",
    "homepage_url": "https:\/\/maxqda.com",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "downloads",
        "pageCapture",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third_party\/readability\/Readability.js",
                "scripts\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}