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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phaxio Omnibox Search
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } } |