WiseFax

WiseFax enables you to send fax from Chrome to any fax number in the world.

What is WiseFax?

WiseFax is a Chrome extension developed by https://www.wisefax.com, and its main feature is "WiseFax enables you to send fax from Chrome to any fax number in the world.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WiseFax Extension CRX File

Download WiseFax 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

                        Wisefax – send fax quickly and easily

Sending fax with WiseFax was never so quick and easy. You only need internet connection on your device. Send fax in four simple steps from Chrome. Pay as you go, with no monthly or yearly subscription and send fax anywhere in the world.

With WiseFax extension, you can easily fax an opened online PDF document from Chrome, or an image that is part of a website, by right-clicking anywhere on its content and selecting "Send fax" menu option. Similarly, you can select fax number that is part of a website text and send fax to that number by selecting "Send fax" menu.

WiseFax supports numerous document and file formats such as PDF documents, Microsoft Office, OpenOffice and LibreOffice documents and spreadsheets, Hancom Hangul documents, ScanWritr documents, and JPEG, GIF, PNG, BMP, HEIC images. You can also import a picture and send it directly to fax. When doing so, WiseFax efficiently detects edges of your document using advanced edge detection algorithm and makes picture clearer with picture enhancement algorithm. This makes scanning easier and fax more readable. You can easily select which pages you want to fax. Displayed preview of the pages will look the same as they will come out on fax at recipient side. Type fax number and wait for response. If it was successful or no you will get an email notification.

Sending fax with WiseFax is as simple as that. Try it, you’ll like it.

Four easy steps of how to send fax with WiseFax are:
1.) Upload your existing document or picture.
2.) Click and select / deselect pages you want to send to fax and check them on screen as you already see them as they will come out on fax.
3.) Select among 240 countries where you want to send your fax and type fax number.
4.) Authenticate with your existing account on Facebook, Google, Windows Live and Vanaia or create a new one. Buy fax token, if you already didn’t do so, and send fax. Wait for fax status confirmation which you ‘ll receive to provided e-mail.                    

Extension Basic Information

Name WiseFax WiseFax
ID dcfnidhjmhjocklccgbdepcdiojdhngb
Official URL https://chromewebstore.google.com/detail/wisefax/dcfnidhjmhjocklccgbdepcdiojdhngb
Description WiseFax enables you to send fax from Chrome to any fax number in the world.
File Size 13.74 KB
Installation Count 8,233
Current Version 1.5
Last Updated 2022-06-30
Publish Date 2018-02-19
Rating 3.97/5 Total 182 Ratings
Developer https://www.wisefax.com
Email [email protected]
Payment Type in_app
Extension Website https://www.wisefax.com/send/
Help Page URL https://www.wisefax.com/contact-us/
Privacy Policy Page URL https://www.vanaia.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WiseFax",
    "short_name": "WiseFax",
    "description": "WiseFax enables you to send fax from Chrome to any fax number in the world.",
    "version": "1.5",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "WiseFax",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "onopen.js"
    }
}