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”。

扩展截图

screenshot

下载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 Search for Podio
ID gelfbenddndigjakilaadnpnefkcapne
官方URL 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
}