CallTrackingMetrics
Allow tel:// to be clicked on to dial via CTM.
什麼是CallTrackingMetrics?
CallTrackingMetrics是由https://calltrackingmetrics.com開發的Chrome擴展程式,該擴展的主要功能是“Allow tel:// to be clicked on to dial via CTM.”。
擴展截圖
下載CallTrackingMetrics擴展crx文件
下載CallTrackingMetrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace tel:// links on websites with a click to open the softphone with the number pre-loaded and ready to dial.
擴展基本資訊
名稱 | CallTrackingMetrics |
ID | mceiniegnkigckkmpgggllkhfnghjike |
官方網址 | https://chromewebstore.google.com/detail/calltrackingmetrics/mceiniegnkigckkmpgggllkhfnghjike |
簡介 | Allow tel:// to be clicked on to dial via CTM. |
檔案大小 | 137 KB |
安裝次數 | 164 |
目前版本 | 2.5 |
更新時間 | 2023-06-02 |
上架時間 | 2021-12-01 |
開發者 | https://calltrackingmetrics.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.calltrackingmetrics.com/ |
說明頁面URL | https://www.calltrackingmetrics.com/help |
隱私政策頁面URL | https://www.calltrackingmetrics.com/legal/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CallTrackingMetrics", "version": "2.5", "description": "Allow tel:\/\/ to be clicked on to dial via CTM.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "replace.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage" ], "options_page": "options.html", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 3 } |