Tropical
Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.
Tropical란 무엇입니까?
Tropical은(는) http://www.tropical.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tropical provides a consolidated customer profile to visualize everything you need to know about your customers."입니다.
확장 프로그램 스크린샷
Tropical 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
At Tropical, we believe that truly knowing your customers is critical to build a successful business. We gather in a centralized location all your customer information from all your daily apps. At all time and anywhere you are, Tropical provides a consolidated customer profile to visualize everything you need to know about your customers. Highlights ✔ Know everything about a customer with only a mouseover ✔ Consolidate your customer data all in one place ✔ Automatically create a timeline of interactions between a customer and your company ✔ More than 50+ supported apps, such as Mailchimp, Salesforce, Zendesk, Shopify, GoToWebinar. ✔ More than 300 supported apps when using Zapier ✔ Installs in seconds; no IT required ✔ FREE 14-day trial; no credit card * An account on www.tropical.io is required.
확장 프로그램 기본 정보
이름 | |
ID | gjnodgfgheikjlnmjpngpgbelojdekja |
공식 URL | https://chrome.google.com/webstore/detail/tropical/gjnodgfgheikjlnmjpngpgbelojdekja |
설명 | Tropical provides a consolidated customer profile to visualize everything you need to know about your customers. |
파일 크기 | 132 KB |
설치 횟수 | 17 |
현재 버전 | 1.0.2.0 |
최근 업데이트 | 2014-09-25 |
출시 날짜 | 2014-09-25 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://www.tropical.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.tropical.io |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tropical", "short_name": "Tropical", "description": "Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.", "version": "1.0.2.0", "icons": { "128": "img\/tropical_128X128.png" }, "permissions": [ "tabs", "https:\/\/app.tropical.io\/" ], "browser_action": { "default_icon": { "19": "img\/manifest_icon_19X19.png", "38": "img\/manifest_icon_38X38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/app.tropical.io\/*", "https:\/\/app.tropical.io\/*" ], "css": [ "css\/external\/opentip.css", "css\/contact.css" ], "js": [ "js\/external\/jquery-1.11.1.min.js", "js\/external\/mutation-summary.js", "js\/external\/opentip-jquery.min.js", "js\/helpers.js", "js\/contact.js" ] } ] } |