Bookmark to Podio

Bookmark any link to Podio.

Bookmark to Podio là gì?

Bookmark to Podio là một tiện ích mở rộng Chrome được phát triển bởi https://phases.dk, và tính năng chính của nó là "Bookmark any link to Podio.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bookmark to 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

                        Bookmark a URL to your preferred Podio App.

To start using - create a Podio App app with 2 text fields & a link field (or simply 3 text fields) and map those fields to the plugin.

We are using a shared API key by default. This works fine, but to make sure 100% availability you might need to make your own API key by visiting Podio Settings page.

If you like the bookmarking tool please show your support by liking our Facebook page. http://facebook.com/phasesdk

The PODIO logo & name is registered trademarks of Podio, Inc a wholly owned subsidiary of Citrix Systems, Inc. The book mark app is made by Phases using the Podio APIs and the logo & name is used for good intention only.                    

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

Tên Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
Mô tả Bookmark any link to Podio.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2015-04-01
Ngày Phát Hành 2015-04-01
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://phases.dk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://phases.dk
URL Trang Trợ Giúp http://phases.dk/en/contact/
URL Trang Chính Sách Bảo Mật https://phases.dk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark to Podio",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Bookmark any link to Podio.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/podio.com\/oauth; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon.png"
    },
    "options_page": "options.html"
}