1COM

1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it

1COM란 무엇입니까?

1COM은(는) https://1com.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it"입니다.

확장 프로그램 스크린샷

screenshot

1COM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        1com for agent, provide the agent to login/logout, pause with reason/unpause, login as virtual extension (hot desking). dedicated for 1com PBX customers.
click2call and incoming calls popup to integrate with any web based CRM.                    

확장 프로그램 기본 정보

이름 1COM 1COM
ID mbiacbhbjhoimiiplminicfnmnolmgih
공식 URL https://chromewebstore.google.com/detail/1com/mbiacbhbjhoimiiplminicfnmnolmgih
설명 1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
파일 크기 95.33 KB
설치 횟수 469
현재 버전 21.11.12
최근 업데이트 2021-11-16
출시 날짜 2020-04-19
개발자 https://1com.co.il
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1COM",
    "description": "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it",
    "background": {
        "scripts": [
            "header.js",
            "socket.js",
            "background.js",
            "bootstrap.min.js",
            "contextMenu.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "header.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "1COM click to call",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 2,
    "version": "21.11.12"
}