Airbnb Add Total

Display total.

Airbnb Add Total là gì?

Airbnb Add Total là một tiện ích mở rộng Chrome được phát triển bởi http://www.helmutgranda.com, và tính năng chính của nó là "Display total.".

Tải xuống tệp CRX của tiện ích mở rộng Airbnb Add Total

Tải xuống các tệp mở rộng Airbnb Add Total dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Airbnb Add Total Airbnb Add Total
ID lpcpilfpbndjcbkockblohhldjblbdjj
URL Chính Thức https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj
Mô tả Display total.
Kích Thước Tệp 83.61 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-12-30
Ngày Phát Hành 2013-12-30
Nhà Phát Triển http://www.helmutgranda.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}