Property Extra
The Property Extra browser extension provides listing price history. Currently compatible with rightmove.co.uk.
Qu'est-ce que Property Extra ?
Property Extra est une extension Chrome développée par Property Extra, et sa fonction principale est "The Property Extra browser extension provides listing price history. Currently compatible with rightmove.co.uk.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Property Extra
Téléchargez les fichiers d'extension Property Extra au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Property Extra browser extension enhances property listing websites by adding property listing price history to search results. Users can also like/dislike properties and add notes - all accessible from the extension's icon in the browser
Informations de Base sur l'Extension
Nom | Property Extra |
ID | lgdhpokicnmaaelmkeekkecjbkhenldp |
URL Officiel | https://chromewebstore.google.com/detail/property-extra/lgdhpokicnmaaelmkeekkecjbkhenldp |
Description | The Property Extra browser extension provides listing price history. Currently compatible with rightmove.co.uk. |
Taille du Fichier | 2.38 MB |
Nombre d'Installations | 175 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-12-31 |
Date de Publication | 2020-04-09 |
Développeur | Property Extra |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://propertyextra.net |
URL de la Page de Politique de Confidentialité | https://propertyextra.net/privacy-policy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Property Extra", "author": "Property Extra", "version": "1.2.1", "homepage_url": "https:\/\/propertyextra.net", "description": "The Property Extra browser extension provides listing price history. Currently compatible with rightmove.co.uk.", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "assets\/img\/propertyextra-16x16.png", "48": "assets\/img\/propertyextra-48x48.png", "96": "assets\/img\/propertyextra-96x96.png", "128": "assets\/img\/propertyextra-128x128.png" }, "permissions": [ "alarms", "storage", "activeTab", "*:\/\/*.propertyextra.net\/*", "*:\/\/*.rightmove.co.uk\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.propertyextra.net\/*" ], "js": [ "content_scripts\/propertyextra_net\/comms_content_script@document_start.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.propertyextra.net\/*" ], "js": [ "content_scripts\/propertyextra_net\/comms_content_script@document_idle.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.rightmove.co.uk\/*\/find.*", "*:\/\/*.rightmove.co.uk\/*\/map.*" ], "js": [ "content_scripts\/rightmove_co_uk\/find_content_script@document_start.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.rightmove.co.uk\/*\/find.*" ], "js": [ "content_scripts\/rightmove_co_uk\/find_content_script@document_idle.js" ], "run_at": "document_idle", "css": [ "assets\/css\/find_content_script@document_idle.css" ] }, { "matches": [ "*:\/\/*.rightmove.co.uk\/*\/*.*" ], "exclude_matches": [ "*:\/\/*.rightmove.co.uk\/*\/map.*", "*:\/\/*.rightmove.co.uk\/*\/find.*", "*:\/\/*.rightmove.co.uk\/property-*\/property-*", "*:\/\/*.rightmove.co.uk\/commercial-property-*\/property-*", "*:\/\/*.rightmove.co.uk\/new-homes-for-*\/property-*" ], "js": [ "content_scripts\/rightmove_co_uk\/determine_content_script@document_start.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.rightmove.co.uk\/*\/map.*" ], "js": [ "content_scripts\/rightmove_co_uk\/map_content_script@document_idle.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.rightmove.co.uk\/property-*\/property-*", "*:\/\/*.rightmove.co.uk\/commercial-property-*\/property-*", "*:\/\/*.rightmove.co.uk\/new-homes-for-*\/property-*", "*:\/\/*.rightmove.co.uk\/properties\/*" ], "js": [ "content_scripts\/rightmove_co_uk\/property_content_script@document_idle.js" ], "css": [ "assets\/css\/property_content_script@document_idle.css" ], "run_at": "document_idle" } ], "background": { "page": "background\/background.html" }, "browser_action": { "default_icon": { "16": "assets\/img\/propertyextra-16x16.png", "24": "assets\/img\/propertyextra-24x24.png", "32": "assets\/img\/propertyextra-32x32.png" }, "default_title": "Property Extra", "default_popup": ".\/popup\/popup.html" }, "options_ui": { "page": ".\/options\/options.html", "open_in_tab": false }, "web_accessible_resources": [ "assets\/img\/*", "assets\/css\/*", "file-manifest.json" ] } |