Web Collector for MAXQDA

Collect web pages to analyze in MAXQDA

Qu'est-ce que Web Collector for MAXQDA ?

Web Collector for MAXQDA est une extension Chrome développée par www.maxqda.com VERBI Software, et sa fonction principale est "Collect web pages to analyze in MAXQDA".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web Collector for MAXQDA

Téléchargez les fichiers d'extension Web Collector for MAXQDA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Web Collector for MAXQDA Web Collector for MAXQDA
ID jhnochbooihpgjbgcjlpihaefoehlakd
URL Officiel https://chromewebstore.google.com/detail/web-collector-for-maxqda/jhnochbooihpgjbgcjlpihaefoehlakd
Description Collect web pages to analyze in MAXQDA
Taille du Fichier 371 KB
Nombre d'Installations 6,280
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-12-13
Date de Publication 2020-07-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur www.maxqda.com VERBI Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.maxqda.com
URL de la Page d'Aide https://www.maxqda.com/webcollector
URL de la Page de Politique de Confidentialité https://www.maxqda.com/privacy
Langues Prises en Charge 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"
    }
}