Airbnb Add Total
Display total.
Wat is Airbnb Add Total?
Airbnb Add Total is een Chrome-extensie ontwikkeld door http://www.helmutgranda.com, en de belangrijkste functie is "Display total.".
Download het CRX-bestand van de extensie Airbnb Add Total
Download Airbnb Add Total-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension adds @Airbnb fee to listing subtotal and then shows cost per guest per comment here: https://twitter.com/soopa/status/417084486992416768
Basisinformatie over de Extensie
Naam | |
ID | lpcpilfpbndjcbkockblohhldjblbdjj |
Officiële URL | https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj |
Beschrijving | Display total. |
Bestandsgrootte | 83.61 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-12-30 |
Publicatiedatum | 2013-12-30 |
Ontwikkelaar | http://www.helmutgranda.com |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airbnb Add Total", "version": "1.0.0", "description": "Display total.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "airbnb add total", "default_popup": "src\/popup.html" }, "permissions": [ "http:\/\/www.airbnb.com\/rooms\/", "https:\/\/www.airbnb.com\/rooms\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.airbnb.com\/rooms\/*" ], "css": [ "src\/contentStyle.css" ], "js": [ "lib\/jquery.min.js", "src\/contentScript.js" ] } ] } |