Daft.ie Price per person
Shows price per person when browsing daft.
Co to jest Daft.ie Price per person?
Daft.ie Price per person to rozszerzenie Chrome opracowane przez ennis.tony, a jego główną funkcją jest „Shows price per person when browsing daft.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Daft.ie Price per person
Pobierz pliki rozszerzeń Daft.ie Price per person w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ecicmagnjdddckkphkcjacmnpacpijgd |
| Oficjalny URL | https://chromewebstore.google.com/detail/daftie-price-per-person/ecicmagnjdddckkphkcjacmnpacpijgd |
| Opis | Shows price per person when browsing daft. |
| Rozmiar pliku | 640 KB |
| Liczba instalacji | 25 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2014-08-02 |
| Data Publikacji | 2014-08-02 |
| Ocena | 4.75/5 Łącznie 4 Oceny |
| Deweloper | ennis.tony |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |