Search for Podio

Add support to the omnibox to search in your Podio workspaces

Co to jest Search for Podio?

Search for Podio to rozszerzenie Chrome opracowane przez https://pluscloud.nl, a jego główną funkcją jest „Add support to the omnibox to search in your Podio workspaces”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search for Podio

Pobierz pliki rozszerzeń Search for Podio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Search for Podio Search for Podio
ID gelfbenddndigjakilaadnpnefkcapne
Oficjalny URL https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne
Opis Add support to the omnibox to search in your Podio workspaces
Rozmiar pliku 22.79 KB
Liczba instalacji 79
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-06-12
Data Publikacji 2014-06-12
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://pluscloud.nl
Typ Płatności free
Strona Rozszerzenia https://www.pluscloud.nl
Adres URL Strony Pomocy http://help.pluscloud.nl
Obsługiwane Języki 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
}