Search for Podio

Add support to the omnibox to search in your Podio workspaces

Vad är Search for Podio?

Search for Podio är en Chrome-tillägg utvecklad av https://pluscloud.nl, och dess huvudfunktion är "Add support to the omnibox to search in your Podio workspaces".

Tilläggsskärmbilder

screenshot

Ladda ner Search for Podio-förlängningens CRX-fil

Ladda ner Search for Podio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Search for Podio Search for Podio
ID gelfbenddndigjakilaadnpnefkcapne
Officiell webbadress https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne
Beskrivning Add support to the omnibox to search in your Podio workspaces
Filstorlek 22.79 KB
Antal Installationer 79
Aktuell Version 1.2
Senast Uppdaterad 2014-06-12
Publiceringsdatum 2014-06-12
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare https://pluscloud.nl
Betalningssätt free
Tilläggswebbplats https://www.pluscloud.nl
Hjälpsida URL http://help.pluscloud.nl
Stödda Språk 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
}