Aloware Click-To-Call

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

Qu'est-ce que Aloware Click-To-Call ?

Aloware Click-To-Call est une extension Chrome développée par https://www.aloware.com, et sa fonction principale est "Enables Click-To-Call functionality for phone numbers found in web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aloware Click-To-Call

Téléchargez les fichiers d'extension Aloware Click-To-Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Aloware Click-To-Call Aloware Click-To-Call
ID kmchiimcbhaaadgpnelddelgiaeahobi
URL Officiel https://chromewebstore.google.com/detail/aloware-click-to-call/kmchiimcbhaaadgpnelddelgiaeahobi
Description Enables Click-To-Call functionality for phone numbers found in web pages.
Taille du Fichier 11.52 MB
Nombre d'Installations 2,670
Version Actuelle 2.2.4
Dernière Mise à Jour 2023-01-19
Date de Publication 2020-05-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.aloware.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aloware.com
URL de la Page d'Aide https://support.aloware.com
URL de la Page de Politique de Confidentialité https://aloware.com/privacy-policy
Langues Prises en Charge 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"
    ]
}