Zipwhip Extension

Text from any CRM or web app without disrupting your workflow

Zipwhip Extension là gì?

Zipwhip Extension là một tiện ích mở rộng Chrome được phát triển bởi https://zipwhip.com, và tính năng chính của nó là "Text from any CRM or web app without disrupting your workflow".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zipwhip Extension

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

                        Access the powerful, flexible features of Zipwhip’s texting-for-business software directly from your CRM or any web app with the Zipwhip Extension for Google Chrome. Send and receive text messages using your existing business phone number, create and edit contacts and view all conversations without disrupting your workflow. Zipwhip makes texting customers fast, easy and convenient.  

Continue a text conversation or start a new one

• Send text messages using your existing business landline, VoIP or toll-free number 
• Utilize powerful features such as attachments, emojis, templates, dynamic fields, signatures and schedule texts 
• All messages synched across Zipwhip’s web, desktop and mobile apps 
• Optional phone number auto-detection allows you to send a text message to any number on a web page with a single click  

Create, edit and view contact details

• Update contact information in seconds 
• Assign contact details to a new conversation 

Auto-fill contacts and send ad-hoc group messages

• Access your saved Zipwhip contacts 
• Send group messages to up to 50 BCC’d contacts 

View all conversations by contact

• Manage existing text conversations 
• See unread messages

*** NOTE:  You must have a Zipwhip account to use this Chrome Extension. To create an account, please visit www.zipwhip.com. If you have any questions or suggestions, please contact us at [email protected]. ***                    

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

Tên Zipwhip Extension Zipwhip Extension
ID hpnffeaopnnigkjacmoekfkpijmmkiec
URL Chính Thức https://chromewebstore.google.com/detail/zipwhip-extension/hpnffeaopnnigkjacmoekfkpijmmkiec
Mô tả Text from any CRM or web app without disrupting your workflow
Kích Thước Tệp 764 KB
Số Lần Cài Đặt 12,167
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-10
Ngày Phát Hành 2020-05-01
Đánh Giá 4.23/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://zipwhip.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://zipwhip.com
URL Trang Trợ Giúp https://zipwhip.force.com/s/topic/0TO0Z000000kGt2WAE/chrome-extension
URL Trang Chính Sách Bảo Mật https://www.zipwhip.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zipwhip Extension",
    "short_name": "Zipwhip",
    "description": "Text from any CRM or web app without disrupting your workflow",
    "version": "1.1.1",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.4.1.min.js",
            "config.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Zipwhip",
        "default_icon": "icons\/icon128-unauth.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.4.1.min.js",
                "lib\/rotate.js",
                "lib\/libphonenumber-js.min.js",
                "config.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "config.js",
                "self-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "web_accessible_resources": [
        "*.png",
        "*.css",
        "*.js",
        "*.html"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "manifest_version": 2
}