Click and Text

Click and Text

Click and Textคืออะไร?

Click and Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Engage by Cell และคุณลักษณะหลักของมันคือ "Click and Text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click and Text

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}