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.
Apa itu Call a Number via Fritz!Box?
Call a Number via Fritz!Box adalah ekstensi Chrome yang dikembangkan oleh rolle4honet, dan fitur utamanya adalah "Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Call a Number via Fritz!Box
Unduh file ekstensi Call a Number via Fritz!Box dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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). Informasi Dasar Ekstensi
| Nama | |
| ID | kcalekkcloenlggckljneebibcfpoidh |
| URL Resmi | https://chromewebstore.google.com/detail/call-a-number-via-fritzbo/kcalekkcloenlggckljneebibcfpoidh |
| Deskripsi | Select a phone number in a web page and call it via context menu directly with a Fritz!Box router. |
| Ukuran File | 35.17 KB |
| Jumlah Instalasi | 2,952 |
| Versi Saat Ini | 0.2.0 |
| Terakhir Diperbarui | 2017-05-18 |
| Tanggal Publikasi | 2017-05-18 |
| Penilaian | 4.27/5 Total 11 Penilaian |
| Pengembang | rolle4honet |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://honet.de/call-a-fritz/?cid=chrome-web |
| Bahasa yang Didukung | 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
}
} | |