PHONET

Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan

PHONET란 무엇입니까?

PHONET은(는) https://phonet.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Интеграция Виртуальной АТС Phonet с Google Chrome, позволяет просматривать звонки и получать уведомления о пропущенных не переходя в другие вкладки.                    

확장 프로그램 기본 정보

이름 PHONET PHONET
ID hangolfhgplpajlpdoeppmdclpliflmb
공식 URL https://chromewebstore.google.com/detail/phonet/hangolfhgplpajlpdoeppmdclpliflmb
설명 Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan
파일 크기 6.24 MB
설치 횟수 2,542
현재 버전 6.3
최근 업데이트 2023-03-03
출시 날짜 2019-11-20
평점 4.55/5 총 11 개의 평점
개발자 https://phonet.ua
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "6.3",
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/*.betell.com.ua\/*",
        "https:\/\/*.phonet.ua\/*",
        "https:\/\/*.phonet.com.ua\/*"
    ],
    "optional_permissions": [
        "tabs",
        "background",
        "notifications"
    ],
    "icons": {
        "16": "images\/logo_16x16.png",
        "32": "images\/logo_32x32.png",
        "48": "images\/logo_48x48.png",
        "128": "images\/logo_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_bw_16x16.png",
            "32": "images\/logo_bw_32x32.png"
        },
        "default_popup": "index.html?#\/popup"
    },
    "options_page": "index.html?#\/options",
    "web_accessible_resources": [
        "font-awesome\/fonts\/*",
        "fonts\/*",
        "lib\/toastr\/toastr.js.map",
        "lib\/angular\/angular.js.map",
        "lib\/jquery.js.map",
        "options\/options.html",
        "images\/*"
    ],
    "background": {
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content\/content.css",
                "font-awesome\/css\/font-awesome.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/toastr\/toastr.min.js",
                "content\/content.js"
            ],
            "persistent": false
        }
    ]
}