Search for Podio
Add support to the omnibox to search in your Podio workspaces
什麼是Search for Podio?
Search for Podio是由https://pluscloud.nl開發的Chrome擴展程式,該擴展的主要功能是“Add support to the omnibox to search in your Podio workspaces”。
擴展截圖
下載Search for Podio擴展crx文件
下載Search for Podio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Podio is the online work platform with everything you need to get your work done smarter. Using Search for Podio you can quickly search your Podio workspaces by just entering 'Podio' in the Chrome Address Bar (omnibox) and pressing the TAB key. Search for Podio pluscloud · Flexible online working Podio Preferred Partner
擴展基本資訊
名稱 | Search for Podio |
ID | gelfbenddndigjakilaadnpnefkcapne |
官方網址 | https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne |
簡介 | Add support to the omnibox to search in your Podio workspaces |
檔案大小 | 22.79 KB |
安裝次數 | 79 |
目前版本 | 1.2 |
更新時間 | 2014-06-12 |
上架時間 | 2014-06-12 |
評分 | 3.00/5 共 1 次評分 |
開發者 | https://pluscloud.nl |
付費類型 | free |
擴展官網 | https://www.pluscloud.nl |
說明頁面URL | http://help.pluscloud.nl |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search for Podio", "description": "Add support to the omnibox to search in your Podio workspaces", "omnibox": { "keyword": "Podio" }, "icons": { "16": "icon.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.2", "minimum_chrome_version": "9", "manifest_version": 2 } |