Aloware Click-To-Call

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

Wat is Aloware Click-To-Call?

Aloware Click-To-Call is een Chrome-extensie ontwikkeld door https://www.aloware.com, en de belangrijkste functie is "Enables Click-To-Call functionality for phone numbers found in web pages.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Aloware Click-To-Call

Download Aloware Click-To-Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Aloware Click-To-Call Aloware Click-To-Call
ID kmchiimcbhaaadgpnelddelgiaeahobi
Officiële URL https://chromewebstore.google.com/detail/aloware-click-to-call/kmchiimcbhaaadgpnelddelgiaeahobi
Beschrijving Enables Click-To-Call functionality for phone numbers found in web pages.
Bestandsgrootte 11.52 MB
Aantal Installaties 2,670
Huidige Versie 2.2.4
Laatst Bijgewerkt 2023-01-19
Publicatiedatum 2020-05-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.aloware.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aloware.com
Help Pagina-URL https://support.aloware.com
URL van de Privacybeleid Pagina https://aloware.com/privacy-policy
Ondersteunde Talen 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"
    ]
}