Web Collector for MAXQDA 2018 and 12
Collect web pages for data analysis with MAXQDA
Web Collector for MAXQDA 2018 and 12 क्या है?
Web Collector for MAXQDA 2018 and 12 www.maxqda.com VERBI Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect web pages for data analysis with MAXQDA"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Collector for MAXQDA 2018 and 12 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly and easily collect whole web pages or selected parts and import and analyze in qualitative data analysis software MAXQDA. Import web pages in original format or simplified with text only. Automatically include source information and the date of collection. You can add your own document memo during import. Web pages are imported into MAXQDA as PDF, image or text files. To collect only part of a web page, select the appropriate area and choose "collect" from the right click menu. MAXQDA is a professional state-of-the art software for the analysis of unstructured data, like interviews, articles or videos and used by researchers in academic, scientific and business institutions around the globe. Learn more at: www.maxqda.com
एक्सटेंशन की मूल जानकारी
नाम | Web Collector for MAXQDA 2018 and 12 |
ID | jclikkcolnhlpnlcecldfigfdeocdgpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-collector-for-maxqda/jclikkcolnhlpnlcecldfigfdeocdgpf |
विवरण | Collect web pages for data analysis with MAXQDA |
फ़ाइल का आकार | 262 KB |
स्थापना संख्या | 2,014 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-07-20 |
प्रकाशन तिथि | 2018-10-04 |
रेटिंग | 4.20/5 कुल 10 रेटिंग्स |
डेवलपर | www.maxqda.com VERBI Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.maxqda.com |
गोपनीयता नीति पृष्ठ URL | https://www.maxqda.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Collector for MAXQDA 2018 and 12", "description": "Collect web pages for data analysis with MAXQDA", "icons": { "16": "images\/program_icon_16.png", "32": "images\/program_icon_32.png", "48": "images\/program_icon_48.png", "64": "images\/program_icon_64.png", "128": "images\/program_icon_128.png" }, "version": "1.0.3", "background": { "scripts": [ "ui\/scripts\/bg\/index.js", "core\/scripts\/bg\/wininfo.js", "core\/scripts\/bg\/nio.js", "core\/scripts\/common\/util.js", "core\/scripts\/common\/docprocessor.js", "core\/scripts\/bg\/bgcore.js", "core\/scripts\/bg\/background.js", "ui\/scripts\/bg\/ui.js", "ui\/scripts\/bg\/config.js", "ui\/scripts\/bg\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "core\/scripts\/content\/wininfo.js", "js\/jquery-2.1.0.min.js", "js\/jszip.min.js", "js\/FileSaver.min.js", "js\/JSDOMParser.js", "js\/Readability-firefox.js", "extension.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "css\/readability.css" ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "manifest_version": 2, "browser_action": { "default_icon": "images\/program_icon_48.png", "default_popup": "popup.html", "default_title": "Web Collector for MAXQDA" } } |