Reviews Manager
TAKE CONTROL OVER YOUR REVIEWS! RESPOND TO YOUR GUEST QUICKLY, FROM WITHIN TRAVEL APPEAL!
Was ist Reviews Manager?
Reviews Manager ist eine Chrome-Erweiterung, die von The Data Appeal Company Spa entwickelt wurde, und ihr Hauptmerkmal ist "TAKE CONTROL OVER YOUR REVIEWS! RESPOND TO YOUR GUEST QUICKLY, FROM WITHIN TRAVEL APPEAL!".
Erweiterungsscreenshots
Reviews Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reviews Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With Reviews Manager by Travel Appeal you have the complete control over reviews about your business. Now you can reply to reviews in just one click, from within the app; you don’t need to open hundreds of windows. Login only one time per channel, respond anytime! More wonderful features incoming… stay tuned!
Grundlegende Informationen zur Erweiterung
Name | Reviews Manager |
ID | mmghednaoennnldpdchclpbndcikmehc |
Offizielle URL | https://chromewebstore.google.com/detail/reviews-manager/mmghednaoennnldpdchclpbndcikmehc |
Beschreibung | TAKE CONTROL OVER YOUR REVIEWS! RESPOND TO YOUR GUEST QUICKLY, FROM WITHIN TRAVEL APPEAL! |
Dateigröße | 105 KB |
Installationsanzahl | 1,017 |
Aktuelle Version | 4.0.7 |
Letztes Update | 2023-10-12 |
Veröffentlichungsdatum | 2020-06-17 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | The Data Appeal Company Spa |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.travelappeal.com |
Hilfeseite URL | https://www.travelappeal.com/contact-us |
URL der Datenschutzrichtlinien-Seite | https://www.travelappeal.com/privacy-policy |
Unterstützte Sprachen | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "4.0.7", "manifest_version": 3, "default_locale": "en", "action": { "default_icon": "img\/icon-32x32.png" }, "icons": { "16": "img\/icon-16x16.png", "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "permissions": [ "storage" ], "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/www.tripadvisor.com.eg\/*", "*:\/\/ar.tripadvisor.com\/*", "*:\/\/cn.tripadvisor.com\/*", "*:\/\/www.tripadvisor.cn\/*", "*:\/\/www.tripadvisor.com.tw\/*", "*:\/\/www.tripadvisor.cz\/*", "*:\/\/www.tripadvisor.dk\/*", "*:\/\/www.tripadvisor.nl\/*", "*:\/\/www.tripadvisor.com.au\/*", "*:\/\/www.tripadvisor.ca\/*", "*:\/\/www.tripadvisor.com.hk\/*", "*:\/\/www.tripadvisor.in\/*", "*:\/\/www.tripadvisor.ie\/*", "*:\/\/www.tripadvisor.com.my\/*", "*:\/\/www.tripadvisor.co.nz\/*", "*:\/\/www.tripadvisor.com.ph\/*", "*:\/\/www.tripadvisor.com.sg\/*", "*:\/\/www.tripadvisor.co.za\/*", "*:\/\/www.tripadvisor.co.uk\/*", "*:\/\/www.tripadvisor.com\/*", "*:\/\/www.tripadvisor.fi\/*", "*:\/\/www.tripadvisor.fr\/*", "*:\/\/www.tripadvisor.be\/*", "*:\/\/fr.tripadvisor.ca\/*", "*:\/\/fr.tripadvisor.ch\/*", "*:\/\/www.tripadvisor.at\/*", "*:\/\/www.tripadvisor.de\/*", "*:\/\/www.tripadvisor.com.gr\/*", "*:\/\/www.tripadvisor.co.il\/*", "*:\/\/www.tripadvisor.co.hu\/*", "*:\/\/www.tripadvisor.co.id\/*", "*:\/\/www.tripadvisor.it\/*", "*:\/\/it.tripadvisor.ch\/*", "*:\/\/www.tripadvisor.jp\/*", "*:\/\/www.tripadvisor.co.kr\/*", "*:\/\/no.tripadvisor.com\/*", "*:\/\/pl.tripadvisor.com\/*", "*:\/\/www.tripadvisor.pt\/*", "*:\/\/www.tripadvisor.com.br\/*", "*:\/\/www.tripadvisor.ru\/*", "*:\/\/www.tripadvisor.rs\/*", "*:\/\/www.tripadvisor.sk\/*", "*:\/\/www.tripadvisor.com.ar\/*", "*:\/\/www.tripadvisor.co\/*", "*:\/\/www.tripadvisor.com.mx\/*", "*:\/\/www.tripadvisor.com.pe\/*", "*:\/\/www.tripadvisor.es\/*", "*:\/\/www.tripadvisor.com.ve\/*", "*:\/\/www.tripadvisor.cl\/*", "*:\/\/www.tripadvisor.se\/*", "*:\/\/th.tripadvisor.com\/*", "*:\/\/www.tripadvisor.com.tr\/*", "*:\/\/www.tripadvisor.vn\/*", "*:\/\/expediapartnercentral.com\/*", "*:\/\/www.expediapartnercentral.com\/*", "*:\/\/hotelcontent.expediapartnercentral.com\/*", "*:\/\/apps.expediapartnercentral.com\/*", "*:\/\/admin.booking.com\/*", "*:\/\/account.booking.com\/*", "*:\/\/www.google.com\/business\/*", "*:\/\/accounts.google.com\/*", "*:\/\/business.google.com\/*" ], "js": [ "content-scripts\/channel.js" ], "css": [ "content-scripts\/channel-style.css" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/index-local.travelappeal.com\/*", "*:\/\/index-beta.travelappeal.com\/*", "*:\/\/index-dev.travelappeal.com\/*", "*:\/\/index.travelappeal.com\/*", "*:\/\/www.travelappeal.com\/*" ], "js": [ "content-scripts\/host.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/localhost\/*", "*:\/\/api-dev.travelappeal.com\/tools\/quick-responder\/*", "*:\/\/api.travelappeal.com\/tools\/quick-responder\/*" ], "js": [ "content-scripts\/server.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "img\/*", "injected-scripts\/*.js" ], "matches": [ " |