Web Scraper Helper for Coveo Web Sources
Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.
Vad är Web Scraper Helper for Coveo Web Sources?
Web Scraper Helper for Coveo Web Sources är en Chrome-tillägg utvecklad av jdevost, och dess huvudfunktion är "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.".
Tilläggsskärmbilder
Ladda ner Web Scraper Helper for Coveo Web Sources-förlängningens CRX-fil
Ladda ner Web Scraper Helper for Coveo Web Sources-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This chrome extension will allow you to quickly create and preview a Web Crawler's advanced config json.
Grundläggande Information om Tillägg
Namn | Web Scraper Helper for Coveo Web Sources |
ID | demelhhhnkocnphihjbhpafjnknknkdf |
Officiell webbadress | https://chromewebstore.google.com/detail/web-scraper-helper-for-co/demelhhhnkocnphihjbhpafjnknknkdf |
Beskrivning | Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources. |
Filstorlek | 2.33 MB |
Antal Installationer | 766 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2024-01-22 |
Publiceringsdatum | 2018-09-14 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | jdevost |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/coveo-labs/web-scraper-helper/ |
Hjälpsida URL | https://github.com/coveo-labs/web-scraper-helper/tree/master/chrome_extension |
URL till Sekretesspolicy Sidan | http://www.coveo.com/privacy |
Stödda Språk | 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": [ " |