RingByName Click2Call

RingByName Click2Call

RingByName Click2Callคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RingByName Click2Call

ดาวน์โหลดไฟล์ส่วนขยาย RingByName Click2Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
- Makes phone numbers on websites callable by hovering and clicking on them.

- Lets you initiate calls by just typing any number in the Click2Call dropdown.

- Adds a button to your toolbar, which allows you to log into your RingByName account.

- Lets you click to dial phone numbers from most popular CRM and Small Business packages, including Salesforce.com, ZoHo, Highrise, Batchbook, SugarCRM, Microsoft Dynamics and many more.

- Lets you click to dial your contacts and friends from popular social networks, email and contact management sites like Facebook, Twitter, Google Contacts, Outlook.com, LinkedIn and many more.

Additional Info:
- If you do not like the extension turning numbers into Click2Call links then you can turn it off in the extension options or simply by unchecking “Enable Auto Detect” in the Click2Call dropdown.

- Click2Call features are only available for active RingByName account holders.

- Complete details about RingByName cloud phone service for business can be found at:
www.RingByName.com 
or 
by calling 855-345-7464 or 305-728-6462.

*
Developed by InPhonex's Systems and Development department with special thanks to Marcel Araujo and Lucas Rosa.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RingByName Click2Call RingByName Click2Call
ID mcklaenlhhdajaknjblconhikadipjaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ringbyname-click2call/mcklaenlhhdajaknjblconhikadipjaf
คำอธิบาย RingByName Click2Call
ขนาดไฟล์ 457 KB
จำนวนการติดตั้ง 265
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2018-04-11
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา RingByName
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ringbyname.com
URL หน้าช่วยเหลือ https://support.ringbyname.com
URL หน้านโยบายความเป็นส่วนตัว https://www.ringbyname.com/privacy_policy
ภาษาที่รองรับ en,es,pt-BR
manifest.json
{
    "name": "__MSG_APP_NAME__",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "__MSG_APP_DESCRIPTION__",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery\/dist\/jquery.js",
            "assets\/chrome\/webLocalStorage.js",
            "assets\/chrome\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon-toolbar-off.png",
        "default_title": "__MSG_APP_NAME__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/q\/q.js",
                "vendor\/jquery\/dist\/jquery.js",
                "assets\/chrome\/contentScript.js"
            ],
            "css": [
                "assets\/css\/contentScript.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "tpl\/error.html",
        "tpl\/success.html"
    ]
}