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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | TourConnect-AI |
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" ] } |