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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
            ]
        }
    ]
}