Sippy Click for Yealink
Click and select phone numbers to call them.
Wat is Sippy Click for Yealink?
Sippy Click for Yealink is een Chrome-extensie ontwikkeld door Sippy, en de belangrijkste functie is "Click and select phone numbers to call them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sippy Click for Yealink
Download Sippy Click for Yealink-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
With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base. Basisinformatie over de Extensie
| Naam | |
| ID | didkodinlohkepjjikmngocilomdkngi |
| Officiële URL | https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi |
| Beschrijving | Click and select phone numbers to call them. |
| Bestandsgrootte | 382 KB |
| Aantal Installaties | 69 |
| Huidige Versie | 0.6.0 |
| Laatst Bijgewerkt | 2022-04-08 |
| Publicatiedatum | 2021-12-08 |
| Ontwikkelaar | Sippy |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sippy.cloud |
| Help Pagina-URL | https://github.com/optimise-group/click-for-yealink |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sippy Click for Yealink",
"version": "0.6.0",
"description": "Click and select phone numbers to call them.",
"homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink",
"manifest_version": 2,
"icons": {
"16": "\/icons\/sippy16x16.png",
"32": "\/icons\/sippy32x32.png",
"48": "\/icons\/sippy48x48.png",
"128": "\/icons\/sippy128x128.png"
},
"permissions": [
"contextMenus",
"storage"
],
"options_ui": {
"chrome_style": false,
"open_in_tab": true,
"page": "\/settings\/options.html"
},
"background": {
"persistent": false,
"scripts": [
"\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/content.js"
],
"run_at": "document_end"
}
]
} | |