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",
"manifest_version": 3,
"name": "Sopra.ai Real Estate Assistant",
"version": "1.1.2",
"description": "Adds a 'Chat with AI' feature in your MLS listings. It analyze pictures and property information to help you make wiser decisions.",
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"*:\/\/www.realtor.com\/*"
],
"background": {
"service_worker": "background.js"
}
}