TouchStream
TouchStream provides an efficient method of maintaining strong relationships with clients.
TouchStream là gì?
TouchStream là một tiện ích mở rộng Chrome được phát triển bởi http://touchstreamapp.com, và tính năng chính của nó là "TouchStream provides an efficient method of maintaining strong relationships with clients.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TouchStream
Tải xuống các tệp mở rộng TouchStream 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iifabpjkdbdonijnmkakpnokkhmhgjgl |
URL Chính Thức | https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl |
Mô tả | TouchStream provides an efficient method of maintaining strong relationships with clients. |
Kích Thước Tệp | 168 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2016-03-16 |
Ngày Phát Hành | 2016-03-16 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://touchstreamapp.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://touchstreamapp.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |