Beyond Connect

Beyond's integration helper extension.

Co je Beyond Connect?

Beyond Connect je rozšíření Chrome vyvinuté https://beyondpricing.com, a jeho hlavní funkcí je „Beyond's integration helper extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Beyond Connect

Stáhněte si soubory rozšíření Beyond Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The easiest way to activate your Airbnb listings on Beyond and make up to 40% more revenue. 

Getting started is easy:
   1. Download the extension
   2. Go to https://v2.beyondpricing.com/accounts/connect/channel/airbnb
   3. Enter your credential & follow the instructions

You’ll be experiencing the impact of the world’s best dynamic pricing platform on your listings in minutes.                    

Základní Informace o Rozšíření

Název Beyond Connect Beyond Connect
ID lmhkaekphjlenfopmncepbilmhaeanfh
Oficiální URL https://chromewebstore.google.com/detail/beyond-connect/lmhkaekphjlenfopmncepbilmhaeanfh
Popis Beyond's integration helper extension.
Velikost souboru 121 KB
Počet instalací 1,035
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-09-01
Datum Vydání 2022-08-07
Hodnocení 5.00/5 Celkem 19 Hodnocení
Vývojář https://beyondpricing.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.beyondpricing.com
URL Stránky Nápovědy https://support.beyondpricing.com/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beyond Connect",
    "version": "1.0.5",
    "description": "Beyond's integration helper extension.",
    "homepage_url": "https:\/\/www.beyondpricing.com\/",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "128": "icon_1.29aec38c.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.445e713a.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/*.beyondpricing.com\/*",
        "https:\/\/*.airbnb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/v2.beyondpricing.com\/*",
                "https:\/\/app.beyondpricing.com\/*"
            ],
            "js": [
                "content.173d7dd2.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.29a1a909.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/v2.beyondpricing.com\/*",
                "https:\/\/app.beyondpricing.com\/*"
            ]
        }
    ]
}