Phaxio Omnibox Search

Search your Phaxio with the Chrome omnibox

O que é Phaxio Omnibox Search?

Phaxio Omnibox Search é uma extensão do Chrome desenvolvida por https://www.phaxio.com, e sua principal característica é "Search your Phaxio with the Chrome omnibox".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Phaxio Omnibox Search

Baixe arquivos de extensão Phaxio Omnibox Search 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

                        Easily find and download faxes in your Phaxio account using this omnibox extension.

Here's how it works.  In the chrome search bar type "Phaxio[tab]".  Then:

- Type "#1234" to view fax with ID 1234
- Type "v1234" to download a PDF of the fax with ID 1234.  (The 'v' is symbolic of a download arrow, get it?)
- Type a phone number (e.g. "18661234567") to search for faxes to that number, or type a tag (e.g. "orderId:1234") to search for faxes with the tag.                    

Informações Básicas da Extensão

Nome Phaxio Omnibox Search Phaxio Omnibox Search
ID mggkjacpnhdogenhgnpjlonaiihggjid
URL Oficial https://chromewebstore.google.com/detail/phaxio-omnibox-search/mggkjacpnhdogenhgnpjlonaiihggjid
Descrição Search your Phaxio with the Chrome omnibox
Tamanho do Arquivo 14.73 KB
Contagem de Instalações 15
Versão Atual 1.11
Última Atualização 2014-12-31
Data de Publicação 2014-12-31
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.phaxio.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phaxio Omnibox Search",
    "default_locale": "en",
    "short_name": "Phaxio Search",
    "version": "1.11",
    "description": "Search your Phaxio with the Chrome omnibox",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "phaxio"
    },
    "icons": {
        "16": "16-full-color.png",
        "48": "16-full-color.png",
        "128": "16-full-color.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}