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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Tropical拡張機能のCRXファイルをダウンロード

Tropical拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tropical Tropical
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"
            ]
        }
    ]
}