Beyond Connect

Beyond's integration helper extension.

Beyond Connect là gì?

Beyond Connect là một tiện ích mở rộng Chrome được phát triển bởi https://beyondpricing.com, và tính năng chính của nó là "Beyond's integration helper extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Beyond Connect 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

                        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.                    

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

Tên Beyond Connect Beyond Connect
ID lmhkaekphjlenfopmncepbilmhaeanfh
URL Chính Thức https://chromewebstore.google.com/detail/beyond-connect/lmhkaekphjlenfopmncepbilmhaeanfh
Mô tả Beyond's integration helper extension.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 1,035
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-09-01
Ngày Phát Hành 2022-08-07
Đánh Giá 5.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://beyondpricing.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.beyondpricing.com
URL Trang Trợ Giúp https://support.beyondpricing.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}