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

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

확장 프로그램 사용 설명서

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