TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
Cos'è TourConnect-AI?
TourConnect-AI è un'estensione di Chrome sviluppata da TourConnect LLC, e la sua funzione principale è "TourConnect extension provides access to your TourConnect tools right at your webmail platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TourConnect-AI
Scarica i file di estensione TourConnect-AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | TourConnect-AI |
ID | abielmhcjemnankejdnfkahmlcmepfdg |
URL Ufficiale | https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg |
Descrizione | TourConnect extension provides access to your TourConnect tools right at your webmail platform. |
Dimensione del File | 126 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 0.0.0.12 |
Ultimo Aggiornamento | 2021-11-08 |
Data di Pubblicazione | 2021-01-08 |
Sviluppatore | TourConnect LLC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tourconnect.com/ai |
URL della Pagina di Aiuto | http://support.tourconnect.com |
URL della Pagina della Politica sulla Privacy | https://www.tourconnect.com/privacy-policy |
Lingue Supportate | 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" ] } |