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.
What is Call a Number via Fritz!Box?
Call a Number via Fritz!Box is a Chrome extension developed by rolle4honet, and its main feature is "Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.".
Extension Screenshots
Download Call a Number via Fritz!Box Extension CRX File
Download Call a Number via Fritz!Box extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Call a Number via Fritz!Box |
ID | kcalekkcloenlggckljneebibcfpoidh |
Official URL | 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. |
File Size | 35.17 KB |
Installation Count | 2,952 |
Current Version | 0.2.0 |
Last Updated | 2017-05-18 |
Publish Date | 2017-05-18 |
Rating | 4.27/5 Total 11 Ratings |
Developer | rolle4honet |
Payment Type | free |
Extension Website | http://honet.de/call-a-fritz/?cid=chrome-web |
Supported Languages | 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 } } |