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
公式URL 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
Eメール [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"
}