BNB Track Report

The Market Analysis Tool for Airbnb

What is BNB Track Report?

BNB Track Report is a Chrome extension developed by BJF Software, and its main feature is "The Market Analysis Tool for Airbnb".

Extension Screenshots

screenshot

Download BNB Track Report Extension CRX File

Download BNB Track Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BNB Track Report BNB Track Report
ID fckoocndimgbeagiamkcnkbnfmkpdopp
Official URL https://chromewebstore.google.com/detail/bnb-track-report/fckoocndimgbeagiamkcnkbnfmkpdopp
Description The Market Analysis Tool for Airbnb
File Size 217 KB
Installation Count 1,892
Current Version 1.10.6
Last Updated 2023-07-26
Publish Date 2021-04-25
Rating 3.86/5 Total 7 Ratings
Developer BJF Software
Email [email protected]
Payment Type free
Extension Website http://bnbtrackreport.com
Help Page URL http://bnbtrackreport.com
Privacy Policy Page URL http://bnbtrackreport.com/privacy-policy
Supported Languages 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"
    }
}