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 là gì?

ACT Browser Applet là một tiện ích mở rộng Chrome được phát triển bởi Web 1 Syndication, Inc., và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ACT Browser Applet

Tải xuống các tệp mở rộng ACT Browser Applet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ACT Browser Applet ACT Browser Applet
ID gjdhjbmhoccianbcmggpobmbpbbjacgf
URL Chính Thức https://chromewebstore.google.com/detail/act-browser-applet/gjdhjbmhoccianbcmggpobmbpbbjacgf
Mô tả 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…
Kích Thước Tệp 788 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.9.9
Cập Nhật Lần Cuối 2020-06-15
Ngày Phát Hành 2020-06-14
Nhà Phát Triển Web 1 Syndication, Inc.
Loại Thanh Toán free
Trang Web Mở Rộng http://analyticcalltracking.com
URL Trang Trợ Giúp http://support.web1.co
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}