Click and Text

Click and Text

Click and Text là gì?

Click and Text là một tiện ích mở rộng Chrome được phát triển bởi Engage by Cell, và tính năng chính của nó là "Click and Text".

Ả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 Click and Text

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

                        Click and Text is a free browser extension that turns mobile phone numbers on web pages into clickable links, allowing you to send text messages from the browser.

If you have already signed up for your Click and Text account, just click the "Add to Chrome" button, and you'll be sending text messages from Chrome within minutes! 

If you do not already have a free Click and Text account, please visit this page first to sign up:
https://apps.guidebycell.com/gbc2/sms/extusersignupcat.jsp
After you register, you will be redirected back to this Chrome Web Store page to install the extension. 

Happy texting! 
The Click and Text team at Engage by Cell                    

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

Tên Click and Text Click and Text
ID gajkoglepjflamldhdbokgekechpgpgj
URL Chính Thức https://chrome.google.com/webstore/detail/click-and-text/gajkoglepjflamldhdbokgekechpgpgj
Mô tả Click and Text
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-03-09
Ngày Phát Hành 2017-03-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Engage by Cell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://clickandtext.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click and Text",
    "description": "Click and Text",
    "version": "1.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*.guidebycell.com\/",
        "https:\/\/*.guidebycell.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/ContentPage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "Click and Text",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Click and Text",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-small.png",
        "128": "images\/icon-large.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.3.min.js",
            "js\/Process.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}