Web Scraper Helper for Coveo Web Sources
Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.
What is Web Scraper Helper for Coveo Web Sources?
Web Scraper Helper for Coveo Web Sources is a Chrome extension developed by jdevost, and its main feature is "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.".
Extension Screenshots
Download Web Scraper Helper for Coveo Web Sources Extension CRX File
Download Web Scraper Helper for Coveo Web Sources extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension will allow you to quickly create and preview a Web Crawler's advanced config json.
Extension Basic Information
Name | Web Scraper Helper for Coveo Web Sources |
ID | demelhhhnkocnphihjbhpafjnknknkdf |
Official URL | https://chromewebstore.google.com/detail/web-scraper-helper-for-co/demelhhhnkocnphihjbhpafjnknknkdf |
Description | Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources. |
File Size | 2.33 MB |
Installation Count | 766 |
Current Version | 2.1.0 |
Last Updated | 2024-01-22 |
Publish Date | 2018-09-14 |
Rating | 4.20/5 Total 5 Ratings |
Developer | jdevost |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/coveo-labs/web-scraper-helper/ |
Help Page URL | https://github.com/coveo-labs/web-scraper-helper/tree/master/chrome_extension |
Privacy Policy Page URL | http://www.coveo.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Scraper Helper for Coveo Web Sources", "short_name": "Web Scraper Helper", "version": "2.1.0", "description": "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "devtools_page": "devtools.html", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "css\/inject.css" ], "all_frames": false } ], "permissions": [ "activeTab", "storage", "tabs" ], "host_permissions": [ " |