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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |