ACT Browser Applet

Use this with Analytic Call Tracking. This adds a Browser Phone tab in the corner of chrome that you can use to call numbers. It…

Qu'est-ce que ACT Browser Applet ?

ACT Browser Applet est une extension Chrome développée par Web 1 Syndication, Inc., et sa fonction principale est "Use this with Analytic Call Tracking. This adds a Browser Phone tab in the corner of chrome that you can use to call numbers. It…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ACT Browser Applet

Téléchargez les fichiers d'extension ACT Browser Applet 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

                        Use this with Analytic Call Tracking. This adds a Browser Phone tab in the corner of chrome that you can use to call numbers. It will also detect numbers on a page and allow you to click to call them.

[Version 1.9.9]
- Fixed bugs happening on Google Search page.

[Version 1.9.8]
 - Fixed issues with latest Chrome changes.                    

Informations de Base sur l'Extension

Nom ACT Browser Applet ACT Browser Applet
ID gjdhjbmhoccianbcmggpobmbpbbjacgf
URL Officiel https://chromewebstore.google.com/detail/act-browser-applet/gjdhjbmhoccianbcmggpobmbpbbjacgf
Description Use this with Analytic Call Tracking. This adds a Browser Phone tab in the corner of chrome that you can use to call numbers. It…
Taille du Fichier 788 KB
Nombre d'Installations 73
Version Actuelle 1.9.9
Dernière Mise à Jour 2020-06-15
Date de Publication 2020-06-14
Développeur Web 1 Syndication, Inc.
Type de Paiement free
Site Web de l'Extension http://analyticcalltracking.com
URL de la Page d'Aide http://support.web1.co
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_title": "ACT Browser Applet Options"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/base64.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "description": "",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "ACT Browser Applet",
    "offline_enabled": false,
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.twilio.com\/*",
        "https:\/\/*.twilio.com\/*"
    ],
    "version": "1.9.9",
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/base64.js",
        "js\/jq.replacetext.js",
        "js\/f_jq.ui.js",
        "images\/closebtn.png",
        "js\/jq.blockui.js",
        "js\/twilio.js",
        "css\/tba_style.css",
        "css\/callpanel_cssfile.css"
    ]
}