TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
Wat is TourConnect-AI?
TourConnect-AI is een Chrome-extensie ontwikkeld door TourConnect LLC, en de belangrijkste functie is "TourConnect extension provides access to your TourConnect tools right at your webmail platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie TourConnect-AI
Download TourConnect-AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | TourConnect-AI |
ID | abielmhcjemnankejdnfkahmlcmepfdg |
Officiële URL | https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg |
Beschrijving | TourConnect extension provides access to your TourConnect tools right at your webmail platform. |
Bestandsgrootte | 126 KB |
Aantal Installaties | 77 |
Huidige Versie | 0.0.0.12 |
Laatst Bijgewerkt | 2021-11-08 |
Publicatiedatum | 2021-01-08 |
Ontwikkelaar | TourConnect LLC |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tourconnect.com/ai |
Help Pagina-URL | http://support.tourconnect.com |
URL van de Privacybeleid Pagina | https://www.tourconnect.com/privacy-policy |
Ondersteunde Talen | 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" ] } |