Faxjar - Send a fax now (no ads or signups)
Send a fax online right inside your web browser
Hvad er Faxjar - Send a fax now (no ads or signups)?
Faxjar - Send a fax now (no ads or signups) er en Chrome-udvidelse udviklet af https://faxjar.com, og dens hovedfunktion er "Send a fax online right inside your web browser".
Udvidelsesskærmbilleder
Download Faxjar - Send a fax now (no ads or signups)-udvidelses-CRX-fil
Download Faxjar - Send a fax now (no ads or signups)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bhhedmkajmakgklnihnimbdilonklolm |
| Officiel URL | https://chromewebstore.google.com/detail/faxjar-send-a-fax-now-no/bhhedmkajmakgklnihnimbdilonklolm |
| Beskrivelse | Send a fax online right inside your web browser |
| Filstørrelse | 266 KB |
| Antal Installationer | 393 |
| Nuværende Version | 2.1.5 |
| Senest Opdateret | 2021-11-15 |
| Udgivelsesdato | 2020-02-22 |
| Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://faxjar.com |
| [email protected] | |
| Betalingsmetode | in_app |
| Hjælpeside-URL | https://faxjar.com/faq |
| Understøttede Sprog | 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\/"
]
} | |