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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}