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…

ACT Browser Applet क्या है?

ACT Browser Applet Web 1 Syndication, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ACT Browser Applet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ACT Browser Applet ACT Browser Applet
ID gjdhjbmhoccianbcmggpobmbpbbjacgf
आधिकारिक URL https://chromewebstore.google.com/detail/act-browser-applet/gjdhjbmhoccianbcmggpobmbpbbjacgf
विवरण 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…
फ़ाइल का आकार 788 KB
स्थापना संख्या 73
वर्तमान संस्करण 1.9.9
अंतिम अपडेट 2020-06-15
प्रकाशन तिथि 2020-06-14
डेवलपर Web 1 Syndication, Inc.
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://analyticcalltracking.com
सहायता पृष्ठ URL http://support.web1.co
समर्थित भाषाएँ 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"
    ]
}