Phaxio Omnibox Search

Search your Phaxio with the Chrome omnibox

ما هو Phaxio Omnibox Search؟

Phaxio Omnibox Search هو إضافة Chrome تم تطويرها بواسطة https://www.phaxio.com، والميزة الرئيسية لها هي "Search your Phaxio with the Chrome omnibox".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Phaxio Omnibox Search

قم بتنزيل ملفات الامتداد Phaxio Omnibox Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}