Search for Podio
Add support to the omnibox to search in your Podio workspaces
What is Search for Podio?
Search for Podio is a Chrome extension developed by https://pluscloud.nl, and its main feature is "Add support to the omnibox to search in your Podio workspaces".
Extension Screenshots
Download Search for Podio Extension CRX File
Download Search for Podio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Search for Podio |
ID | gelfbenddndigjakilaadnpnefkcapne |
Official URL | https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne |
Description | Add support to the omnibox to search in your Podio workspaces |
File Size | 22.79 KB |
Installation Count | 79 |
Current Version | 1.2 |
Last Updated | 2014-06-12 |
Publish Date | 2014-06-12 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://pluscloud.nl |
Payment Type | free |
Extension Website | https://www.pluscloud.nl |
Help Page URL | http://help.pluscloud.nl |
Supported Languages | 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 } |