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ファイルをダウンロード
Nexel Messenger Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |