Phaxio Omnibox Search
Search your Phaxio with the Chrome omnibox
Qu'est-ce que Phaxio Omnibox Search ?
Phaxio Omnibox Search est une extension Chrome développée par https://www.phaxio.com, et sa fonction principale est "Search your Phaxio with the Chrome omnibox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Phaxio Omnibox Search
Téléchargez les fichiers d'extension Phaxio Omnibox Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Phaxio Omnibox Search |
ID | mggkjacpnhdogenhgnpjlonaiihggjid |
URL Officiel | https://chromewebstore.google.com/detail/phaxio-omnibox-search/mggkjacpnhdogenhgnpjlonaiihggjid |
Description | Search your Phaxio with the Chrome omnibox |
Taille du Fichier | 14.73 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.11 |
Dernière Mise à Jour | 2014-12-31 |
Date de Publication | 2014-12-31 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.phaxio.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |