TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
Was ist TourConnect-AI?
TourConnect-AI ist eine Chrome-Erweiterung, die von TourConnect LLC entwickelt wurde, und ihr Hauptmerkmal ist "TourConnect extension provides access to your TourConnect tools right at your webmail platform.".
Erweiterungsscreenshots
TourConnect-AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie TourConnect-AI-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
                        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/                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | abielmhcjemnankejdnfkahmlcmepfdg | 
| Offizielle URL | https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg | 
| Beschreibung | TourConnect extension provides access to your TourConnect tools right at your webmail platform. | 
| Dateigröße | 126 KB | 
| Installationsanzahl | 77 | 
| Aktuelle Version | 0.0.0.12 | 
| Letztes Update | 2021-11-08 | 
| Veröffentlichungsdatum | 2021-01-08 | 
| Entwickler | TourConnect LLC | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.tourconnect.com/ai | 
| Hilfeseite URL | http://support.tourconnect.com | 
| URL der Datenschutzrichtlinien-Seite | https://www.tourconnect.com/privacy-policy | 
| Unterstützte Sprachen | 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"
    ]
}  |  |