Tropical

Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.

Tropical là gì?

Tropical là một tiện ích mở rộng Chrome được phát triển bởi http://www.tropical.io, và tính năng chính của nó là "Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tropical

Tải xuống các tệp mở rộng Tropical dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tropical Tropical
ID gjnodgfgheikjlnmjpngpgbelojdekja
URL Chính Thức https://chrome.google.com/webstore/detail/tropical/gjnodgfgheikjlnmjpngpgbelojdekja
Mô tả Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.2.0
Cập Nhật Lần Cuối 2014-09-25
Ngày Phát Hành 2014-09-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.tropical.io
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tropical.io
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}