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.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

ACT Browser Applet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}