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.
Wat is Call a Number via Fritz!Box?
Call a Number via Fritz!Box is een Chrome-extensie ontwikkeld door rolle4honet, en de belangrijkste functie is "Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.".
Extensie Screenshots
Download het CRX-bestand van de extensie Call a Number via Fritz!Box
Download Call a Number via Fritz!Box-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
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).
Basisinformatie over de Extensie
Naam | Call a Number via Fritz!Box |
ID | kcalekkcloenlggckljneebibcfpoidh |
Officiële URL | https://chromewebstore.google.com/detail/call-a-number-via-fritzbo/kcalekkcloenlggckljneebibcfpoidh |
Beschrijving | Select a phone number in a web page and call it via context menu directly with a Fritz!Box router. |
Bestandsgrootte | 35.17 KB |
Aantal Installaties | 2,952 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-05-18 |
Publicatiedatum | 2017-05-18 |
Beoordeling | 4.27/5 Totaal 11 Beoordelingen |
Ontwikkelaar | rolle4honet |
Betalingswijze | free |
Extensiewebsite | http://honet.de/call-a-fritz/?cid=chrome-web |
Ondersteunde Talen | 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 } } |