Beyond Connect

Beyond's integration helper extension.

什麼是Beyond Connect?

Beyond Connect是由https://beyondpricing.com開發的Chrome擴展程式,該擴展的主要功能是“Beyond's integration helper extension.”。

擴展截圖

screenshot
screenshot
screenshot

下載Beyond Connect擴展crx文件

下載Beyond Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Beyond Connect Beyond Connect
ID lmhkaekphjlenfopmncepbilmhaeanfh
官方網址 https://chromewebstore.google.com/detail/beyond-connect/lmhkaekphjlenfopmncepbilmhaeanfh
簡介 Beyond's integration helper extension.
檔案大小 121 KB
安裝次數 1,035
目前版本 1.0.5
更新時間 2023-09-01
上架時間 2022-08-07
評分 5.00/5 共 19 次評分
開發者 https://beyondpricing.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.beyondpricing.com
說明頁面URL https://support.beyondpricing.com/
支援的語言 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\/*"
            ]
        }
    ]
}