Click and Text

Click and Text

什么是Click and Text?

Click and Text是由Engage by Cell开发的Chrome扩展程序,该扩展的主要功能是“Click and Text”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Click and Text扩展crx文件

下载Click and Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Click and Text Click and Text
ID gajkoglepjflamldhdbokgekechpgpgj
官方URL https://chrome.google.com/webstore/detail/click-and-text/gajkoglepjflamldhdbokgekechpgpgj
简介 Click and Text
文件大小 187 KB
安装次数 114
当前版本 1.8
更新时间 2017-03-09
上架时间 2017-03-09
评分 5.00/5 共2次评分
开发者 Engage by Cell
电子邮箱 [email protected]
付费类型 free
扩展官网 http://clickandtext.com
支持的语言 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'"
}