Daft.ie Price per person
Shows price per person when browsing daft.
What is Daft.ie Price per person?
Daft.ie Price per person is a Chrome extension developed by ennis.tony, and its main feature is "Shows price per person when browsing daft.".
Extension Screenshots
Download Daft.ie Price per person Extension CRX File
Download Daft.ie Price per person 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
Roadmap: Allow people to specify how many people are renting. Implement rules based on number of bedrooms. Allow people to sort results based on price per person.
Extension Basic Information
Name | Daft.ie Price per person |
ID | ecicmagnjdddckkphkcjacmnpacpijgd |
Official URL | https://chromewebstore.google.com/detail/daftie-price-per-person/ecicmagnjdddckkphkcjacmnpacpijgd |
Description | Shows price per person when browsing daft. |
File Size | 640 KB |
Installation Count | 25 |
Current Version | 0.0.2 |
Last Updated | 2014-08-02 |
Publish Date | 2014-08-02 |
Rating | 4.75/5 Total 4 Ratings |
Developer | ennis.tony |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daft.ie Price per person", "manifest_version": 2, "version": "0.0.2", "description": "Shows price per person when browsing daft.", "permissions": [ "*:\/\/*.daft.ie\/*\/houses-to-rent\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.daft.ie\/*\/houses-to-rent\/*" ], "js": [ "jquery.js", "monitor.js" ], "css": [ "daft-plugin.css" ] } ] } |