Bookmark to Podio

Bookmark any link to Podio.

什麼是Bookmark to Podio?

Bookmark to Podio是由https://phases.dk開發的Chrome擴展程式,該擴展的主要功能是“Bookmark any link to Podio.”。

擴展截圖

screenshot
screenshot

下載Bookmark to Podio擴展crx文件

下載Bookmark to Podio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Bookmark to Podio Bookmark to Podio
ID gdkilgjebmnamemofpbdbchfokhmedda
官方網址 https://chromewebstore.google.com/detail/bookmark-to-podio/gdkilgjebmnamemofpbdbchfokhmedda
簡介 Bookmark any link to Podio.
檔案大小 114 KB
安裝次數 202
目前版本 0.4
更新時間 2015-04-01
上架時間 2015-04-01
評分 4.44/5 共 9 次評分
開發者 https://phases.dk
電子郵箱 [email protected]
付費類型 free
擴展官網 http://phases.dk
說明頁面URL http://phases.dk/en/contact/
隱私政策頁面URL https://phases.dk/privacy-policy
支援的語言 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"
}