Call a Number via Fritz!Box
Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.
Qu'est-ce que Call a Number via Fritz!Box ?
Call a Number via Fritz!Box est une extension Chrome développée par rolle4honet, et sa fonction principale est "Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Call a Number via Fritz!Box
Téléchargez les fichiers d'extension Call a Number via Fritz!Box au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Highlight a phone number on a web page or in an email and call them via the context menu directly on the Fritz Box (a common router in Germany).
Informations de Base sur l'Extension
Nom | Call a Number via Fritz!Box |
ID | kcalekkcloenlggckljneebibcfpoidh |
URL Officiel | https://chromewebstore.google.com/detail/call-a-number-via-fritzbo/kcalekkcloenlggckljneebibcfpoidh |
Description | Select a phone number in a web page and call it via context menu directly with a Fritz!Box router. |
Taille du Fichier | 35.17 KB |
Nombre d'Installations | 2,952 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2017-05-18 |
Date de Publication | 2017-05-18 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | rolle4honet |
Type de Paiement | free |
Site Web de l'Extension | http://honet.de/call-a-fritz/?cid=chrome-web |
Langues Prises en Charge | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Call a Number via Fritz!Box", "short_name": "Call@Fritz", "description": "__MSG_appDesc__", "version": "0.2.0", "author": "Rolle", "homepage_url": "http:\/\/honet.de\/call-a-fritz\/?cid=chrome-home", "default_locale": "en", "minimum_chrome_version": "36", "icons": { "16": "iconFritz.png", "48": "iconFritz.png", "128": "call-a-fritz_icon128.png" }, "permissions": [ "contextMenus", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "node_modules\/js-md5\/src\/md5.js", "lib.js", "debug.js", "contextMenu.js" ] }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true } } |