Airbnb Add Total

Display total.

Airbnb Add Total क्या है?

Airbnb Add Total http://www.helmutgranda.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display total."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Airbnb Add Total एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extension adds @Airbnb fee to listing subtotal and then shows cost per guest per comment here: https://twitter.com/soopa/status/417084486992416768                    

एक्सटेंशन की मूल जानकारी

नाम Airbnb Add Total Airbnb Add Total
ID lpcpilfpbndjcbkockblohhldjblbdjj
आधिकारिक URL https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj
विवरण Display total.
फ़ाइल का आकार 83.61 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2013-12-30
प्रकाशन तिथि 2013-12-30
डेवलपर http://www.helmutgranda.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}