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
官方網址 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"
    ]
}