Tropical
Tropical provides a consolidated customer profile to visualize everything you need to know about your customers.
Tropical क्या है?
Tropical http://www.tropical.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tropical provides a consolidated customer profile to visualize everything you need to know about your customers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tropical एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |