Right click Dialer
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Wat is Right click Dialer?
Right click Dialer is een Chrome-extensie ontwikkeld door mihigh, en de belangrijkste functie is "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)".
Extensie Screenshots
Download het CRX-bestand van de extensie Right click Dialer
Download Right click Dialer-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
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..) Basisinformatie over de Extensie
| Naam | |
| ID | aedibklnjgnhjooclfofmleheeihipbd |
| Officiële URL | https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd |
| Beschrijving | Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..) |
| Bestandsgrootte | 14.9 KB |
| Aantal Installaties | 2,000 |
| Huidige Versie | 6 |
| Laatst Bijgewerkt | 2015-06-23 |
| Publicatiedatum | 2015-06-23 |
| Beoordeling | 2.74/5 Totaal 43 Beoordelingen |
| Ontwikkelaar | mihigh |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mihigh |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right click Dialer",
"description": "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)",
"short_name": "Right click Dialer",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"manifest_version": 2,
"version": "6",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"js\/background.js"
]
}
} | |