Search for Podio
Add support to the omnibox to search in your Podio workspaces
Qu'est-ce que Search for Podio ?
Search for Podio est une extension Chrome développée par https://pluscloud.nl, et sa fonction principale est "Add support to the omnibox to search in your Podio workspaces".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search for Podio
Téléchargez les fichiers d'extension Search for Podio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Search for Podio |
ID | gelfbenddndigjakilaadnpnefkcapne |
URL Officiel | https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne |
Description | Add support to the omnibox to search in your Podio workspaces |
Taille du Fichier | 22.79 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-06-12 |
Date de Publication | 2014-06-12 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | https://pluscloud.nl |
Type de Paiement | free |
Site Web de l'Extension | https://www.pluscloud.nl |
URL de la Page d'Aide | http://help.pluscloud.nl |
Langues Prises en Charge | 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 } |