TouchStream
TouchStream provides an efficient method of maintaining strong relationships with clients.
TouchStream क्या है?
TouchStream http://touchstreamapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TouchStream provides an efficient method of maintaining strong relationships with clients."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TouchStream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iifabpjkdbdonijnmkakpnokkhmhgjgl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl |
विवरण | TouchStream provides an efficient method of maintaining strong relationships with clients. |
फ़ाइल का आकार | 168 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2016-03-16 |
प्रकाशन तिथि | 2016-03-16 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://touchstreamapp.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://touchstreamapp.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TouchStream", "version": "1.5", "manifest_version": 2, "description": "TouchStream provides an efficient method of maintaining strong relationships with clients.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/install_and_upgrade.js", "scripts\/extension_installed_check.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon.png", "38": "images\/icon.png" }, "default_title": "TouchStream", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/contacts\/*" ], "js": [ "scripts\/find_emails_in_gmail.js", "scripts\/inbox_link.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/contacts\/*" ], "js": [ "scripts\/find_emails_on_any_page.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "https:\/\/touchstreamapp.com\/*", "https:\/\/touchstream.io\/*", "https:\/\/staging.touchstreamapp.com\/*", "https:\/\/staging2.touchstreamapp.com\/*", "https:\/\/staging.touchstream.io\/*", "https:\/\/staging2.touchstream.io\/*", "http:\/\/lvh.me:3000\/*", "http:\/\/lvh.me:3700\/*" ], "accepts_tls_channel_id": false } } |