Aloware Click-To-Call

Enables Click-To-Call functionality for phone numbers found in web pages.

什么是Aloware Click-To-Call?

Aloware Click-To-Call是由https://www.aloware.com开发的Chrome扩展程序,该扩展的主要功能是“Enables Click-To-Call functionality for phone numbers found in web pages.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Aloware Click-To-Call扩展crx文件

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

扩展使用说明

                        Aloware's Chrome extension allows calling & texting phone numbers found on a webpage. This extension opens the Aloware desktop app (or web app), so you can get in touch with your customers in no time! 
Also, we can import all numbers you see on the page to our power dialer for faster-than-ever connectivity.                    

扩展基本信息

名称 Aloware Click-To-Call Aloware Click-To-Call
ID kmchiimcbhaaadgpnelddelgiaeahobi
官方URL https://chromewebstore.google.com/detail/aloware-click-to-call/kmchiimcbhaaadgpnelddelgiaeahobi
简介 Enables Click-To-Call functionality for phone numbers found in web pages.
文件大小 11.52 MB
安装次数 2,670
当前版本 2.2.4
更新时间 2023-01-19
上架时间 2020-05-03
评分 5.00/5 共3次评分
开发者 https://www.aloware.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://aloware.com
帮助页面URL https://support.aloware.com
隐私政策页面URL https://aloware.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aloware Click-To-Call",
    "description": "Enables Click-To-Call functionality for phone numbers found in web pages.",
    "version": "2.2.4",
    "manifest_version": 2,
    "homepage_url": "http:\/\/localhost:3000\/",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/app-icon-16_x_16.png",
        "48": "icons\/app-icon-48_x_48.png",
        "128": "icons\/app-icon-128_x_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Aloware Click-To-Call",
        "default_icon": {
            "19": "icons\/app-icon-19_x_19.png",
            "38": "icons\/app-icon-38_x_38.png"
        }
    },
    "web_accessible_resources": [
        "img\/call.png",
        "img\/contact.png"
    ]
}