WiseFax

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

O que é WiseFax?

WiseFax é uma extensão do Chrome desenvolvida por https://www.wisefax.com, e sua principal característica é "WiseFax enables you to send fax from Chrome to any fax number in the world.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WiseFax

Baixe arquivos de extensão WiseFax no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WiseFax WiseFax
ID dcfnidhjmhjocklccgbdepcdiojdhngb
URL Oficial https://chromewebstore.google.com/detail/wisefax/dcfnidhjmhjocklccgbdepcdiojdhngb
Descrição WiseFax enables you to send fax from Chrome to any fax number in the world.
Tamanho do Arquivo 13.74 KB
Contagem de Instalações 8,233
Versão Atual 1.5
Última Atualização 2022-06-30
Data de Publicação 2018-02-19
Classificação 3.97/5 Total de 182 Avaliações
Desenvolvedor https://www.wisefax.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.wisefax.com/send/
URL da Página de Ajuda https://www.wisefax.com/contact-us/
URL da Página de Política de Privacidade https://www.vanaia.com/privacy
Idiomas Suportados 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"
    }
}