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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}