Beyond Connect

Beyond's integration helper extension.

Beyond Connect क्या है?

Beyond Connect https://beyondpricing.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beyond's integration helper extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beyond Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}