Beyond Connect
Beyond's integration helper extension.
Τι είναι το Beyond Connect;
Το Beyond Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://beyondpricing.com, και η κύρια λειτουργία του είναι "Beyond's integration helper extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Beyond Connect
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |