Faxjar - Send a fax now (no ads or signups)
Send a fax online right inside your web browser
Was ist Faxjar - Send a fax now (no ads or signups)?
Faxjar - Send a fax now (no ads or signups) ist eine Chrome-Erweiterung, die von https://faxjar.com entwickelt wurde, und ihr Hauptmerkmal ist "Send a fax online right inside your web browser".
Erweiterungsscreenshots
Faxjar - Send a fax now (no ads or signups)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Faxjar - Send a fax now (no ads or signups)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Faxjar is a secure and fast way to send fax from your computer or smart phone.
No registration!
No advertisements!
No subscriptions!
Send a fax in three simple steps:
1. Upload your documents (PDF, JPG, PNG, TIFF, or HTML)
2. Choose destination country and enter the destination fax number.
3. Pay with Paypal.
Faxjar is a secure fax provider. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bhhedmkajmakgklnihnimbdilonklolm |
| Offizielle URL | https://chromewebstore.google.com/detail/faxjar-send-a-fax-now-no/bhhedmkajmakgklnihnimbdilonklolm |
| Beschreibung | Send a fax online right inside your web browser |
| Dateigröße | 266 KB |
| Installationsanzahl | 393 |
| Aktuelle Version | 2.1.5 |
| Letztes Update | 2021-11-15 |
| Veröffentlichungsdatum | 2020-02-22 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://faxjar.com |
| [email protected] | |
| Zahlungsart | in_app |
| Hilfeseite URL | https://faxjar.com/faq |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Faxjar - Send a fax now (no ads or signups)",
"description": "Send a fax online right inside your web browser",
"version": "2.1.5",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "faxjar",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/faxjar.com\/"
]
} | |