TourConnect-AI
TourConnect extension provides access to your TourConnect tools right at your webmail platform.
TourConnect-AIคืออะไร?
TourConnect-AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TourConnect LLC และคุณลักษณะหลักของมันคือ "TourConnect extension provides access to your TourConnect tools right at your webmail platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TourConnect-AI
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |