Search for Podio

Add support to the omnibox to search in your Podio workspaces

Search for Podio là gì?

Search for Podio là một tiện ích mở rộng Chrome được phát triển bởi https://pluscloud.nl, và tính năng chính của nó là "Add support to the omnibox to search in your Podio workspaces".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search for Podio

Tải xuống các tệp mở rộng Search for Podio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search for Podio Search for Podio
ID gelfbenddndigjakilaadnpnefkcapne
URL Chính Thức https://chromewebstore.google.com/detail/search-for-podio/gelfbenddndigjakilaadnpnefkcapne
Mô tả Add support to the omnibox to search in your Podio workspaces
Kích Thước Tệp 22.79 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-06-12
Ngày Phát Hành 2014-06-12
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://pluscloud.nl
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pluscloud.nl
URL Trang Trợ Giúp http://help.pluscloud.nl
Ngôn Ngữ Được Hỗ Trợ 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
}