Phaxio Omnibox Search
Search your Phaxio with the Chrome omnibox
Was ist Phaxio Omnibox Search?
Phaxio Omnibox Search ist eine Chrome-Erweiterung, die von https://www.phaxio.com entwickelt wurde, und ihr Hauptmerkmal ist "Search your Phaxio with the Chrome omnibox".
Erweiterungsscreenshots
Phaxio Omnibox Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Phaxio Omnibox Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Phaxio Omnibox Search |
ID | mggkjacpnhdogenhgnpjlonaiihggjid |
Offizielle URL | https://chromewebstore.google.com/detail/phaxio-omnibox-search/mggkjacpnhdogenhgnpjlonaiihggjid |
Beschreibung | Search your Phaxio with the Chrome omnibox |
Dateigröße | 14.73 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.11 |
Letztes Update | 2014-12-31 |
Veröffentlichungsdatum | 2014-12-31 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.phaxio.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |