Right click Dialer
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Co to jest Right click Dialer?
Right click Dialer to rozszerzenie Chrome opracowane przez mihigh, a jego główną funkcją jest „Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Right click Dialer
Pobierz pliki rozszerzeń Right click Dialer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aedibklnjgnhjooclfofmleheeihipbd |
Oficjalny URL | https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd |
Opis | Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..) |
Rozmiar pliku | 14.9 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 6 |
Ostatnia Aktualizacja | 2015-06-23 |
Data Publikacji | 2015-06-23 |
Ocena | 2.74/5 Łącznie 43 Oceny |
Deweloper | mihigh |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mihigh |
Obsługiwane Języki | 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" ] } } |