vCS Click-to-Call Extension
vCS - Cloud Call Center
vCS Click-to-Call Extensionとは何ですか?
vCS Click-to-Call ExtensionはvCSによって開発されたChromeの拡張機能で、その主な機能は「vCS - Cloud Call Center」です。
拡張機能のスクリーンショット
vCS Click-to-Call Extension拡張機能のCRXファイルをダウンロード
vCS Click-to-Call Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension converts each phone numbers into clickable links, allowing you to access "click-to-call" feature right on your Chrome brower. 拡張機能の基本情報
| 名前 | |
| ID | pbljeimeljbggnhljdaoilgahanlcion |
| 公式URL | https://chromewebstore.google.com/detail/vcs-click-to-call-extensi/pbljeimeljbggnhljdaoilgahanlcion |
| 説明 | vCS - Cloud Call Center |
| ファイルサイズ | 1.29 MB |
| インストール数 | 41 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2019-08-11 |
| 公開日 | 2019-08-05 |
| 評価 | 5.00/5 合計 12 レビュー |
| 開発者 | vCS |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://vinadata.vn/web/guest/terms-and-conditions |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "vCS Click-to-Call Extension",
"short_name": "vCS",
"version": "1.4",
"description": "vCS - Cloud Call Center",
"permissions": [
"activeTab",
"tabs",
"declarativeContent",
"storage",
"contextMenus",
"notifications"
],
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"js\/libraries\/jquery.js",
"js\/libraries\/socket.io.js",
"js\/constant.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png"
},
"default_title": "vCS Click To Call",
"default_popup": "html\/popup.html"
},
"web_accessible_resources": [
"js\/libraries\/*",
"html\/popup.html",
"images\/icon-phone.png",
"images\/icon-48.jpg",
"images\/icon-22.jpg",
"images\/hubspot\/contact.svg",
"images\/hubspot\/phone.svg",
"images\/hubspot\/view.svg",
"images\/hubspot\/newtab.svg",
"images\/hubspot\/create.svg",
"images\/hubspot\/mail.svg",
"images\/hubspot\/job.svg",
"images\/hubspot\/lastcontacted.svg",
"images\/hubspot\/life.svg",
"images\/pipedrive\/contact.svg",
"images\/pipedrive\/phone.svg",
"images\/pipedrive\/view.svg",
"images\/pipedrive\/newtab.svg",
"images\/pipedrive\/create.svg",
"images\/pipedrive\/mail.svg",
"images\/pipedrive\/job.svg",
"images\/pipedrive\/lastcontacted.svg",
"images\/pipedrive\/life.svg"
],
"content_scripts": [
{
"matches": [
"https:\/\/o365-vcs.herokuapp.com\/*"
],
"js": [
"js\/libraries\/chrome-ex-oauth2\/injection.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/app.hubspot.com\/*"
],
"js": [
"js\/libraries\/jquery.js",
"js\/hubspot\/hubspot.js"
],
"css": [
"css\/libraries\/bootstrap.min.css",
"css\/hubspot\/hubspot.css"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"*:\/\/*.pipedrive.com\/*"
],
"js": [
"js\/libraries\/jquery.js",
"js\/pipedrive\/pipedrive.js"
],
"css": [
"css\/pipedrive\/pipedrive.css"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
" | |