Phaxio Omnibox Search

Search your Phaxio with the Chrome omnibox

什么是Phaxio Omnibox Search?

Phaxio Omnibox Search是由https://www.phaxio.com开发的Chrome扩展程序,该扩展的主要功能是“Search your Phaxio with the Chrome omnibox”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Phaxio Omnibox Search扩展crx文件

下载Phaxio Omnibox Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Phaxio Omnibox Search Phaxio Omnibox Search
ID mggkjacpnhdogenhgnpjlonaiihggjid
官方URL https://chromewebstore.google.com/detail/phaxio-omnibox-search/mggkjacpnhdogenhgnpjlonaiihggjid
简介 Search your Phaxio with the Chrome omnibox
文件大小 14.73 KB
安装次数 15
当前版本 1.11
更新时间 2014-12-31
上架时间 2014-12-31
评分 5.00/5 共2次评分
开发者 https://www.phaxio.com
付费类型 free
支持的语言 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"
        ]
    }
}