Nexel Messenger Extension
Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep…
Nexel Messenger Extension란 무엇입니까?
Nexel Messenger Extension은(는) https://nexel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep…"입니다.
확장 프로그램 스크린샷
Nexel Messenger Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep integration with most popular Moving CRM systems.
확장 프로그램 기본 정보
이름 | Nexel Messenger Extension |
ID | agohinejaikkdehildfeiojainjnbhco |
공식 URL | https://chromewebstore.google.com/detail/nexel-messenger-extension/agohinejaikkdehildfeiojainjnbhco |
설명 | Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep… |
파일 크기 | 2.58 MB |
설치 횟수 | 49 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-09-06 |
출시 날짜 | 2020-09-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://nexel.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nexel.com |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "src\/bg\/background.js", "src\/bg\/context-menu.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/page_action\/page_action.html", "default_title": "page action demo" }, "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "matches": [ "https:\/\/*\/*" ] }, { "all_frames": true, "js": [ "libs\/jquery\/jquery.min.js", "libs\/mark\/mark.js", "libs\/promise\/chrome-storage-promise.js", "src\/inject\/inject.js", "src\/inject\/spy.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "", "homepage_url": "https:\/\/nexel.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAll2Sv\/Md4yfh6K3pSlSUSR+HSAtof0oBwtvaK5wRpGt2c8PcSOIDCPKhPYGrK2SuL5KuY02lYHuOix46FbDO8mKAiaMTDwRz9IuVW71t1gxeAfU\/j4XFSs4KnODNm6orB9hPUfzZIeiZHb4\/rEyieVVHMBRvyBIKo\/Ozpv\/Q7\/67GAraAMKcFhfKFn8NR9Rspujl3gL0bJxW\/FGeeKUtpQLeWfsY6lkxOc0gd7tAUcXznzw3po9XPgHcL4xayOjzRLkb6Evs5l8nBGlPEdAsCOtDtDzXDiBOYqesqsSOuosRsF+DeUwFi5qEjjCE9CEqlSD1cIAipl\/RoDvgsVjAgwIDAQAB", "manifest_version": 2, "name": "Nexel Messenger Extension", "options_page": "src\/options\/index.html", "permissions": [ "storage", "contextMenus", "notifications", "activeTab", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "web_accessible_resources": [ "src\/inject\/spy.js", "src\/inject\/iframe.html", "libs\/*", "src\/*" ] } |