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…

Was ist ACT Browser Applet?

ACT Browser Applet ist eine Chrome-Erweiterung, die von Web 1 Syndication, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

ACT Browser Applet-Erweiterungs-CRX-Datei herunterladen

Laden Sie ACT Browser Applet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ACT Browser Applet ACT Browser Applet
ID gjdhjbmhoccianbcmggpobmbpbbjacgf
Offizielle URL https://chromewebstore.google.com/detail/act-browser-applet/gjdhjbmhoccianbcmggpobmbpbbjacgf
Beschreibung 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…
Dateigröße 788 KB
Installationsanzahl 73
Aktuelle Version 1.9.9
Letztes Update 2020-06-15
Veröffentlichungsdatum 2020-06-14
Entwickler Web 1 Syndication, Inc.
Zahlungsart free
Erweiterungswebsite http://analyticcalltracking.com
Hilfeseite URL http://support.web1.co
Unterstützte Sprachen 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"
    ]
}