Monmouth Telecom Click-To-Dial
This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.
Wat is Monmouth Telecom Click-To-Dial?
Monmouth Telecom Click-To-Dial is een Chrome-extensie ontwikkeld door Monmouth Telecom, en de belangrijkste functie is "This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Monmouth Telecom Click-To-Dial
Download Monmouth Telecom Click-To-Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Click-To-Dial Chrome extension is only applicable to Monmouth Telecom Hosted PBX Customers. This Add-On turns all telephone numbers on every web page into links. Basisinformatie over de Extensie
| Naam | |
| ID | fpiihbnjcalnnkodmjdmlfadobanleld |
| Officiële URL | https://chromewebstore.google.com/detail/monmouth-telecom-click-to/fpiihbnjcalnnkodmjdmlfadobanleld |
| Beschrijving | This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers. |
| Bestandsgrootte | 58.48 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0.0.6 |
| Laatst Bijgewerkt | 2023-11-21 |
| Publicatiedatum | 2020-03-25 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Monmouth Telecom |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.monmouth.com |
| Help Pagina-URL | http://www.monmouth.com/support |
| URL van de Privacybeleid Pagina | https://www.monmouth.com/privacy_policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Monmouth Telecom Click-To-Dial",
"description": "This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.",
"version": "1.0.0.6",
"browser_action": {
"default_icon": "img\/disabled_icon.png"
},
"background": {
"scripts": [
"background.js",
"jquery-1.11.3.min.js"
],
"persistent": false
},
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"content_scripts": [
{
"js": [
"linkify_tns.js",
"jquery-1.11.3.min.js"
],
"css": [
"clicktodial.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"img\/*.png"
],
"permissions": [
"activeTab",
"storage",
"https:\/\/ajax.googleapis.com\/"
]
} | |