BNB Track Report

The Market Analysis Tool for Airbnb

BNB Track Reportとは何ですか?

BNB Track ReportはBJF Softwareによって開発されたChromeの拡張機能で、その主な機能は「The Market Analysis Tool for Airbnb」です。

拡張機能のスクリーンショット

screenshot

BNB Track Report拡張機能のCRXファイルをダウンロード

BNB Track Report拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We simplify market research for your next Airbnb
This is the first software that analyzes the Airbnb market for you.

BnB Track Report can analyze and process your research on Airbnb
while providing you with the most useful information you need, at the click of a button.
You should never risk to embark on a business without the right information.

"What is a fair price for my Airbnb?"
"How intense is the competition?"
"Will I be able to show up on the first page?"

If you want to start an Airbnb, these are a few questions you will have to ask yourself.

BnB Track Report is the answer to these questions. We analyze the information that Airbnb itself makes available to us, and we return simple and complete data to make the strategic decisions that will lead you to success.                    

拡張機能の基本情報

名前 BNB Track Report BNB Track Report
ID fckoocndimgbeagiamkcnkbnfmkpdopp
公式URL https://chromewebstore.google.com/detail/bnb-track-report/fckoocndimgbeagiamkcnkbnfmkpdopp
説明 The Market Analysis Tool for Airbnb
ファイルサイズ 217 KB
インストール数 1,892
現在のバージョン 1.10.6
最終更新日 2023-07-26
公開日 2021-04-25
評価 3.86/5 合計 7 レビュー
開発者 BJF Software
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://bnbtrackreport.com
ヘルプページのURL http://bnbtrackreport.com
プライバシーポリシーページのURL http://bnbtrackreport.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BNB Track Report",
    "description": "The Market Analysis Tool for Airbnb",
    "manifest_version": 2,
    "version": "1.10.6",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "BTR",
        "default_popup": "mobile.html",
        "default_icon": {
            "19": "bmi_19.png",
            "38": "bmi_32.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/*.airbnb.com\/*",
        "https:\/\/*.airbnb.it\/*",
        "https:\/\/*.airbnb.ch\/*",
        "https:\/\/*.airbnb.fr\/*",
        "https:\/\/*.airbnb.pt\/*"
    ],
    "icons": {
        "128": "bmi.png",
        "64": "bmi_64.png"
    }
}