Web Collector for MAXQDA

Collect web pages to analyze in MAXQDA

Τι είναι το Web Collector for MAXQDA;

Το Web Collector for MAXQDA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον www.maxqda.com VERBI Software, και η κύρια λειτουργία του είναι "Collect web pages to analyze in MAXQDA".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Web Collector for MAXQDA

Λήψη αρχείων επέκτασης Web Collector for MAXQDA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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