TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
Co to jest TourConnect-AI?
TourConnect-AI to rozszerzenie Chrome opracowane przez TourConnect LLC, a jego główną funkcją jest „TourConnect extension provides access to your TourConnect tools right at your webmail platform.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TourConnect-AI
Pobierz pliki rozszerzeń TourConnect-AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
As a Travel-AI client, with this extension you will be able to enter stop sales, offers and preview partner information right from Gmail, you can also open the sidebar while browsing any other website; learn what Travel-ML can do for your company at https://www.tourconnect.com/travel-ml/
Podstawowe informacje o rozszerzeniu
Nazwa | TourConnect-AI |
ID | abielmhcjemnankejdnfkahmlcmepfdg |
Oficjalny URL | https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg |
Opis | TourConnect extension provides access to your TourConnect tools right at your webmail platform. |
Rozmiar pliku | 126 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 0.0.0.12 |
Ostatnia Aktualizacja | 2021-11-08 |
Data Publikacji | 2021-01-08 |
Deweloper | TourConnect LLC |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.tourconnect.com/ai |
Adres URL Strony Pomocy | http://support.tourconnect.com |
Adres URL Strony Polityki Prywatności | https://www.tourconnect.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "TourConenect-AI" }, "content_security_policy": "script-src https:\/\/*.google.com chrome-extension:\/\/abielmhcjemnankejdnfkahmlcmepfdg 'self' 'unsafe-eval'; object-src 'self' https:\/\/*.tourconnect.com https:\/\/*.tourconnect.dev", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ], "description": "TourConnect extension provides access to your TourConnect tools right at your webmail platform.", "icons": { "512": "logo512.png", "192": "logo192.png" }, "manifest_version": 2, "name": "TourConnect-AI", "permissions": [ "activeTab", "storage" ], "short_name": "TourConnect Add-In", "version": "0.0.0.12", "web_accessible_resources": [ "https:\/\/tourconnect.ngrok.io", "https:\/\/tcoutlook.tourconnect.dev", "https:\/\/filematch.tourconnect.dev", "https:\/\/outlook.tourconnect.com", "https:\/\/outlook-staging.tourconnect.com", "*.png" ] } |