Right click Dialer
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Vad är Right click Dialer?
Right click Dialer är en Chrome-tillägg utvecklad av mihigh, och dess huvudfunktion är "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)".
Tilläggsskärmbilder
Ladda ner Right click Dialer-förlängningens CRX-fil
Ladda ner Right click Dialer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..) Grundläggande Information om Tillägg
| Namn | |
| ID | aedibklnjgnhjooclfofmleheeihipbd |
| Officiell webbadress | https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd |
| Beskrivning | Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..) |
| Filstorlek | 14.9 KB |
| Antal Installationer | 2,000 |
| Aktuell Version | 6 |
| Senast Uppdaterad | 2015-06-23 |
| Publiceringsdatum | 2015-06-23 |
| Betyg | 2.74/5 Totalt 43 Betyg |
| Utvecklare | mihigh |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mihigh |
| Stödda Språk | 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"
]
}
} | |