Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FSBO Scraper", "author": "SAM", "manifest_version": 3, "description": "This extension will scrape for sale by owner listing websites for real estate agents", "version": "1.2", "background": { "service_worker": "background.js" }, "action": { "default_icon": "16.png", "default_popup": "popup.html", "default_title": "FSBO Scraper" }, "content_scripts": [ { "matches": [ "https:\/\/www.zillow.com\/homedetails\/*" ], "js": [ "jquery.js", "script.js" ], "all_frames": false, "run_at": "document_idle" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_security_policy": { "extension_page": "script-src 'self' https:\/\/sag.gemquery.com; object-src 'self'" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/sag.gemquery.com\/webhook\/real-estate-listing", "https:\/\/sag.gemquery.com\/csv-files\/listings-david-west-sells-houses.csv" ] }