TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
什么是TourConnect-AI?
TourConnect-AI是由TourConnect LLC开发的Chrome扩展程序,该扩展的主要功能是“TourConnect extension provides access to your TourConnect tools right at your webmail platform.”。
扩展截图
下载TourConnect-AI扩展crx文件
下载TourConnect-AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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/                     扩展基本信息
| 名称 |   |  
| ID | abielmhcjemnankejdnfkahmlcmepfdg | 
| 官方URL | https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg | 
| 简介 | TourConnect extension provides access to your TourConnect tools right at your webmail platform. | 
| 文件大小 | 126 KB | 
| 安装次数 | 77 | 
| 当前版本 | 0.0.0.12 | 
| 更新时间 | 2021-11-08 | 
| 上架时间 | 2021-01-08 | 
| 开发者 | TourConnect LLC | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.tourconnect.com/ai | 
| 帮助页面URL | http://support.tourconnect.com | 
| 隐私政策页面URL | https://www.tourconnect.com/privacy-policy | 
| 支持的语言 | 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"
    ]
}  |  |