Tellwise

Smarter Than Email: Email + Instant Messaging + Social + Analytics

Tellwise là gì?

Tellwise là một tiện ích mở rộng Chrome được phát triển bởi https://tellwise.com, và tính năng chính của nó là "Smarter Than Email: Email + Instant Messaging + Social + Analytics".

Ả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 Tellwise

Tải xuống các tệp mở rộng Tellwise 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

                        Tellwise is a Sales Acceleration technology that empowers Sellers and Buyers to collaborate in real-time across any device and platform.  This chrome extension allows you to send Tellwise messages, make calls and see activity feed from supported web pages.

By installing this application you agree to Tellwise Terms of Use and Privacy Statements which can be found here:

https://tellwise.com/terms-of-use/
https://tellwise.com/privacystatement/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tellwise Tellwise
ID abdpemnjekdljijjmhhignmmbmdhflma
URL Chính Thức https://chromewebstore.google.com/detail/tellwise/abdpemnjekdljijjmhhignmmbmdhflma
Mô tả Smarter Than Email: Email + Instant Messaging + Social + Analytics
Kích Thước Tệp 2.75 MB
Số Lần Cài Đặt 433
Phiên Bản Hiện Tại 4.6.27
Cập Nhật Lần Cuối 2020-02-25
Ngày Phát Hành 2020-02-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tellwise.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tellwise.com/privacystatement
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tellwise",
    "short_name": "Tellwise",
    "description": "Smarter Than Email: Email + Instant Messaging + Social + Analytics",
    "version": "4.6.27",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.tellwise.com\/",
        "https:\/\/tellwise.s3.amazonaws.com\/",
        "https:\/\/tellwise-deployments.s3.amazonaws.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tellwise.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.discoverydb.com\/*",
                "https:\/\/*.crm.dynamics.com\/*",
                "https:\/\/go.zoominfo.com\/*",
                "https:\/\/app.zoominfo.com\/*"
            ],
            "js": [
                "js\/modernizr-2.8.3.min.chromeapp_custom_build.js",
                "js\/inboxsdk.js",
                "js\/chrome_app_loader.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Tellwise",
        "default_icon": {
            "19": "img\/tellwise_logo_16.png"
        },
        "default_popup": "views\/popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "icons": {
        "16": "img\/tellwise_logo_16.png",
        "48": "img\/tellwise_logo_48.png",
        "128": "img\/tellwise_logo_128.png"
    }
}