Beyond Connect
Beyond's integration helper extension.
Beyond Connectとは何ですか?
Beyond Connectはhttps://beyondpricing.comによって開発されたChromeの拡張機能で、その主な機能は「Beyond's integration helper extension.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |