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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
} | |