TouchStream

TouchStream provides an efficient method of maintaining strong relationships with clients.

TouchStreamคืออะไร?

TouchStream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://touchstreamapp.com และคุณลักษณะหลักของมันคือ "TouchStream provides an efficient method of maintaining strong relationships with clients."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TouchStream

ดาวน์โหลดไฟล์ส่วนขยาย TouchStream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TouchStream TouchStream
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
    }
}