Search for Podio

Add support to the omnibox to search in your Podio workspaces

Was ist Search for Podio?

Search for Podio ist eine Chrome-Erweiterung, die von https://pluscloud.nl entwickelt wurde, und ihr Hauptmerkmal ist "Add support to the omnibox to search in your Podio workspaces".

Erweiterungsscreenshots

screenshot

Search for Podio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search for Podio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Search for Podio Search for Podio
ID gelfbenddndigjakilaadnpnefkcapne
Offizielle URL https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne
Beschreibung Add support to the omnibox to search in your Podio workspaces
Dateigröße 22.79 KB
Installationsanzahl 79
Aktuelle Version 1.2
Letztes Update 2014-06-12
Veröffentlichungsdatum 2014-06-12
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler https://pluscloud.nl
Zahlungsart free
Erweiterungswebsite https://www.pluscloud.nl
Hilfeseite URL http://help.pluscloud.nl
Unterstützte Sprachen 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
}